i have a problem

i use the serviceclient for axis and i have a problem

i become the detailcode but no faultstring and no faultcode from AxisFault
where can i get the faultstring an the faultcode from this soap1.1 message

response soap message:

<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soapenv:Body>
<soapenv:Fault>
  <soapenv:faultCode>test.test</soapenv:faultCode>
  <soapenv:faultString>Unable to test</soapenv:faultString>
  <soapenv:detail>
    <detailCode>test111</detailCode>
    <userName>test222</userName>
  </soapenv:detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

--
Mit freundlichen Gruessen

Mathias Hempel
eMail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to