Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Drawio
simple0
zoom1
inComment0
custContentId1449361418
pageId1296367749
diagramDisplayNamesetSDO
lbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNamesetSDO
pCenter0
width421
links
tbstyle
height231

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
simple0
zoom1
inComment0
custContentId1448869910
pageId1296367749
diagramDisplayNameAlternative Set SDO
lbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameAlternative Set SDO
pCenter0
width461
links
tbstyle
height301

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
simple0
zoom1
inComment0
custContentId1449066573
pageId1296367749
diagramDisplayNameSDO as list

...

lbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameSDO as list
pCenter0
width491
links
tbstyle
height281

This scenario is equal to the setSDO function, but enables the integrator to send multiple SDOs in a list, and return multiple responses.

...