-
Notifications
You must be signed in to change notification settings - Fork 4
existing error codes
Peter Van den Bosch edited this page Jan 7, 2020
·
2 revisions
-
Smals SocSec status codes
SOA code | Description | Origin | HTTP status code mapping |
---|---|---|---|
SOA-00001 | Service error | Provider | 500 Internal Server Error |
SOA-01001 | Service call not authenticated | Consumer | 401 Unauthorized |
SOA-01002 | Service call not authorized | Consumer | 403 Forbidden |
SOA-02001 | Service not available. Please contact service desk. | Provider | 500 Internal Server Error or 503 Service Unavailable |
SOA-02002 | Service temporarily not available. Please try later. | Provider | 503 Service Unavailable |
SOA-03001 | Malformed message | Consumer | 400 Bad Request |
SOA-03002 | Message must be SOAP | Consumer | N/A |
SOA-03003 | Message must contain SOAP body | Consumer | N/A |
SOA-03004 | WS-I compliance failure | Consumer | N/A |
SOA-03005 | WSDL compliance failure | Consumer | 405 Method Not Allowed |
SOA-03006 | XSD compliance failure | Consumer | 400 Bad Request |
SOA-03007 | Message content validation failure | Consumer | 400 Bad Request or 409 Conflict |