PDA

View Full Version : Raise SOAPException in Web Service to the client


glit
06-27-2007, 05:55 PM
Hi,

I was trying to throw a soap exception to include the error detail from the implementation class of Web Service to the client and was not working properly.

Could anyone help me on this.

Thanks
Glits

Bruno Baia
06-27-2007, 11:34 PM
Hi,

you got 2 solutions for your case :
- throw the soap exception within service method like you did. What's the error exactly ?
- create an advice to do that and apply it to your service.


HTH,
Bruno