You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dimuthu Leelarathne <mu...@vijayaba.cse.mrt.ac.lk> on 2002/09/17 12:24:38 UTC

Correction :: How to extract values from SOAP message?

Hi Andrey,

I'm sorry about the last mail. It looks weird. What I wanted to say was that
use
  if(a_ello  instanceof javax.xml.soap. SOAPFault)

instead of  this line "if (a_ello instanceof SOAPElement) " .

Then from the SOAPFault you can simply get the faultString , actor and etc
...

 Dimuthu.