Versions Compared

Key

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

...

Drawio
zoom1
simple0
inComment0
pageId1202192544
custContentId1446281352
lbox1
diagramDisplayNameDiagram uten navn.drawio
contentVer1
revision1
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameDiagram uten navn.drawio
pCenter0
width501
links
tbstyle
height331

Validation and error handling

Example response:

Code Block
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>Ugyldig personnr eller organisasjonsnr: 123456789</faultstring>
         <detail>
            <ns2:FellesDokumentException xmlns:ns2="http://dokument.ws7.etinglysing.no/">
               <exceptionId>1536235901863</exceptionId>
               <documentMessages>
                  <documentMessage>
                     <errorGroup>VALIDERINGSFEIL</errorGroup>
                     <message>Ugyldig personnr eller organisasjonsnr: 123456789</message>
                     <errorCode>9014</errorCode>
                  </documentMessage>
               </documentMessages>
            </ns2:FellesDokumentException>
         </detail>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

...

When generating a mortgage you may have two scenarios:

  1. Send the document to the Land Registry

  2. Send the document to a broker

This you can control by setting the flow. The possible flows are:

...