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 David Melgar <dm...@us.ibm.com> on 2007/12/10 20:05:59 UTC

How to specify code and subcode on generated fault

How can my server side handler generate a fault with specific values for 
code and subcode? I don't see an API to do it. The only option I see if to 
manually generate the fault message, but that's messy because of SOAP 
versions etc.