This page describes status codes, information and error messages for all etinglysing SOAP services.
Http status codes for etinglysing soap web service
HTTP Status code | Meaning |
---|---|
Successful request and response. (200 OK) For the | |
Authentication failed. (401 Unauthorized) Occurs if username/password is wrong/deactivated or the authentication token (bearer) is invalid or expired. | |
Soap fault response. (500 Internal Server Error) The response body contain a SOAP Fault message. The fault message includes a description of the the specific error condition. Se below for more information about error conditions. |
Successful request and response(200)
Successful request and response means that the operation was successful. For an explanation about the responses for the various operations in the api, see the one of
Child pages of Generate document describes the various operations for generating dokuments
Post Processing contains operations that are often used after a generate document,
generate<TYPE>
.Monitoring events is the preferred way to check for changes in data.
Create broker assignments used users with real estate broker role
Note that even if the response is a successful one, it might contain information messages (INFOMELDING) that could be important during Post Processing
Soap fault response(500)
Example soap fault message
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring> Kartverket rapporterer: Mangler signatur for organisasjon: 321 654 987 </faultstring> <detail> <ns2:FellesDokumentException xmlns:ns2="http://dokument.ws7.etinglysing.no/"> <exceptionId>1625040509848</exceptionId> <documentMessages> <documentMessage> <detail>Mangler signatur for organisasjon: 321 654 987</detail> <errorGroup>VALIDERINGSFEIL</errorGroup> <message>Kartverket rapporterer</message> <errorCode>9014</errorCode> </documentMessage> </documentMessages> </ns2:FellesDokumentException> </detail> </soap:Fault> </soap:Body> </soap:Envelope>