Adrián Cuartero ha scritto:
Hi all

I keep trying throwing a custom exception and i've read there's a problem capturing this exception in the client side.

Anyone knows how to capture this custom exceptions?

Thanks

If you are using code-first approach and generating the WSDL with Java2WSDL, there are some issues with Axis2 1.3 and custom exceptions. Clients will always receive an AxisFault, instead of your custom exception. Moreover, the generated WSDL is not valid.

You may have a look at:
https://issues.apache.org/jira/browse/AXIS2-3239
https://issues.apache.org/jira/browse/AXIS2-3301

--
Mauro Molinari
Software Developer
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to