How to extract values from SOAP message?Hi Andrey,

Try replacing   "if (a_ello instanceof SOAPElement) "  with this   "
if(a_ello  instanceof javax.xml.soap.SOAPFault) ".

>From the SOAPFault you can simply get the faultString , actor and etc ...

Dimuthu.




Reply via email to