Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<soap:Envelope xmlns:soap="">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Sender</soap:Value>
</soap:Code>
<soap:Reason>
<!--1 or more repetitions:-->
<soap:Text xml:lang="fr">3</soap:Text>
</soap:Reason>
<!--Optional:-->
<soap:Node>4</soap:Node>
<!--Optional:-->
<soap:Role>5</soap:Role>
<!--Optional:-->
<soap:Detail>
<!--You may enter ANY elements at this point-->
<custum>myTest</custum>
</soap:Detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
<soap:Subcode>
<soap:Value xmlns:ns1="">ns1:businessFault</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">[tESBProviderFault_1]</soap:Text>
</soap:Reason>
</soap:Fault>
</soap:Body>
</soap:Envelope>
<custum>myTest</custum>