Versions Compared

Key

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

...

The response will be a normal document response. The representation of the generated document, as described here Generate document .

Example of a request:

Code Block
<soapenv:Envelope 
  xmlns:dok="http://dokument.ws7.etinglysing.no/" 
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
 <soapenv:Header/>
 <soapenv:Body>
  <dok:generateSletting> 
    <dok:sletting kommunenummer="1201" 
                  dokumentaar="2017" 
                  dokumentnummer="123123"
                  referanse="demo"/> 
  </dok:generateSletting> 
 </soapenv:Body>
</soapenv:Envelope>