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 Jinyuan Zhou <zh...@gmail.com> on 2008/02/25 00:25:44 UTC

how to map an exceptio to a soap fault with fault code soapenv:Client

Hi,
There is an example in AXIS2 distribution where some fault message is
defined in wsdl and the wsdl2java converted them in the some exception.  But
the soap fault created all have Server as the fault code. I wonder if there
is some configuration point that I can controle the fault code of the
resulting soap fault converted for the exception?
Thanks,
Jack