You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I am confused about is the start of the dumped result.
Checking compliance to Asset Administration Shell Repository Service Specification Trying to reach http://localhost:8080/api/v3.0/ OK Checking GET /aas (GetAssetAdministrationShell) Setup Negative Tests Positive Tests Perform a simple semantic test Invoke: GET /aas Response: (404): {"success":false,"messages":[{"messageType":"Error","text":"The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.","code":"NotFound","timestamp":"2024-11-18T14:52:45.290341+00:00"}]} Expected status code 2xx, but got 404
Hi @Frosty2500 you are right, this is not the indented behavior.
Actually, you should pass a profile name for suite like https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002.
So, actually your suite should be rejected.
Hello^^
I followed the tutorial in the README.md and tried to test my server using this code.
What I am confused about is the start of the dumped result.
/aas is not a route in the Asset Administration Shell Repository Service Specification. So what is happening here?
It looks like this is testing the AssetAdministrationShellServiceSpecification.
The text was updated successfully, but these errors were encountered: