Versions Compared

Key

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

...


Et eksempel DCC fejlsvar ser således ud:

Code Block
titleDCC Fejl
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope id="Envelope">
  <soapenv:Header>
    <wsse:Security>
      <wsu:Timestamp>
        <wsu:Created>2016-12-14T09:22:26Z</wsu:Created>
      </wsu:Timestamp>
    </wsse:Security>
    <medcom:Header>
      <medcom:SecurityLevel>1</medcom:SecurityLevel>
      <medcom:Linking>
        <medcom:FlowID>unknown</medcom:FlowID>
        <medcom:MessageID>AAABWPyj23gwaMH/cmFafFNPU0k=</medcom:MessageID>
        <medcom:InResponseToMessageID>unknown</medcom:InResponseToMessageID>
      </medcom:Linking>
    </medcom:Header>
  </soapenv:Header>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>Server</faultcode>
      <detail>
        <medcom:FaultCode>dcc_syntax_error</medcom:FaultCode>
      </detail>
      <faultstring>No SOAPAction specified in http header!</faultstring>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

...