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 Jyrki Saarinen <jy...@valimo.com> on 2005/04/07 09:53:59 UTC

Enabling SOAP 1.2 fault handling

Hello all,

I'm having a problem that when setting a sub fault with 
AxisFault.addFaultSubCode(),
it is not transported to the client - axisFault.getFaultSubCodes() 
returns null.
AFAIK this is because SOAP 1.2 is not enabled. What is the correct way 
to enable SOAP 1.2 in Axis?

Jyrki