blob: c9acd34b40d620c450734e9fc57100c0be73cae0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
<TestHeader>Test</TestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:MustUnderstand</faultcode>
<faultstring>SOAP Must Understand Error</faultstring>
<faultactor>Actor</faultactor>
<detail>Detail text
<SomeElement>Some Element Text</SomeElement>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|