Hello, I''ve searched everywhere and cannot find how to throw exceptions in an action web service. If someone could give me an example snippet of code, showing how to raise an web service exception, I''d greatly greatly appreciate it. Thank you! -Ben
On 9/14/05, Ben Nguyen <theben-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org> wrote:> I''ve searched everywhere and cannot find how to throw exceptions in an > action web service. If someone could give me an example snippet of code, > showing how to raise an web service exception, I''d greatly greatly > appreciate it. Thank you!Have you tried raise MyException, "message" ? Leon