Versions Compared

Key

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

...

In the beginning, to support the existing business flow, we recommend generating one følgebrev per document. This is done by sending the document reference (documentID) returned from the generatePantedokument method. The følgebrev is also a document on the BIDXML format. It is generated per the requirements given by the API of Statens Kartverk. These documents must be signed with a server certificate and set back into Ambita using the setSDO function. The format is SEID-SDO as any other document, but only containing the server signature (BrukerstedsBankID) from a legal organization.

...

Drawio
simple0
zoom1
inComment0
custContentId1446346858
pageId1296695371
diagramDisplayNameFoelgebrev
lbox1
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameFoelgebrev
pCenter0
width521
links
tbstyle
height351

Example:

Code Block
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
                  xmlns:dok="http://dokument.ws7.etinglysing.no/">
   <soapenv:Header/>
   <soapenv:Body>
      <dok:generateFoelgebrev>
         <documentList documents="12345,23456"/>
      </dok:generateFoelgebrev>
   </soapenv:Body>
</soapenv:Envelope>