I have questions about SOAPFault generated by Axis that might be related:
1) When I throw my application exception (which is declared in the WSDL and SEI, and has
been generated by WSDL2Java) , Axis appends some elements like {http://xml.apache.org/axis/}exceptionName
with the server stack trace included it. Is it possible to disable this behaviour and configure Axis to not
append this ?
2) Axis put in the <faultcode> element a message like Server.* when I throw my custom exception.
Is is possible to control what's in the <faultcode> in my case it should be only Server ?
3) My input parameters are strongly typed and associated beans have been generated by WSDL2Java
task. When a deserialization error occurs an AxisFault is sent and I would like to throw my
custom fault. I guess the strategy for this is to write a handler which intercepts the soapfault
detach the AxisFault of the SOAPEnvelope and throw mine but is there a better way to do this ?
Thanks
Luc
Thanks
Luc
