SOAP 1.2 Fehler
HTTP/1.1 500 Internal Server
Error
...
<?xml
version="1.0">
<env:Envelope ...>
<env:Body>
<env:Fault>
<faultcode
xmlns:ns1=“..">
ns1:Server.userException
</faultcode>
<faultstring>NPE</faultstring>
</env:Fault>
</soapenv:Body>
</soapenv:Envelope>
HTTP/1.1 200 OK
...
<?xml
version="1.0">
<env:Envelope ...>
<env:Body>
<env:Fault>
<faultcode
xmlns:ns1=“..">
ns1:Server.userException
</faultcode>
<faultstring>NPE</faultstring>
</env:Fault>
</soapenv:Body>
</soapenv:Envelope>
SOAP 1.1
SOAP 1.2