...
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
In this scenario, there are some prerequisites:
...
Code Block |
---|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getStatusResponse xmlns:ns2="http://dokument.ws7.etinglysing.no/"> <ns2:return> <status> <created>2018-08-02T14:00:09.205+02:00</created> <documentStatusTinglysing/> <id>45721524</id> <statusCode>SIGNERT</statusCode> </status> <type>PANTEDOKUMENT</type> <documentVersion>KARTVERKET</documentVersion> </ns2:return> </ns2:getStatusResponse> </soap:Body> </soap:Envelope> |
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Alternative flow Set sdo SDO - Error in provided SDO
...
In this case the web service has detected an error, due to an invalid SDO or that the content is changed from what was generated. In this case the response will indicate the error. The document will not be updated with the received SDO, which will be reflected in the document status.
Set SDO as list
Drawio | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
|
This scenario is equal to the setSDO function, but enables the integrator to send multiple SDOs in a list, and return multiple responses.
...