Versions Compared

Key

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

...

Code Block
languagexml
titleRequest is not allowed
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>Server.ServerProxy.AccessDenied</faultcode>
      <faultstring>Request is not allowed: SERVICE:<instanceIdentifier> instanceIdentifier/<memberClass>memberClass/<memberCode>memberCode/<subsystemCode>subsystemCode/<serviceCode>serviceCode/<serviceVersion><serviceVersion</faultstring>
      <faultactor></faultactor>
      <detail>
        <faultDetail xmlns="">132ff5d7-a6c7-4807-968e-430c515bf32a</faultDetail>
      </detail>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

...