RE: Can the client catch application exception?

2004-02-16 Thread Merten Schumann
Title: RE: Can the client catch application exception? Hi, I had the same problem and asked for help http://marc.theaimsgroup.com/?a=10765943082=1=2 but got no answer yet ... ~Merten -Original Message- From: Gao gjyalpha [mailto:[EMAIL PROTECTED]] Sent: Saturday

Can the client catch application exception?

2004-02-13 Thread Gao gjyalpha
Hi guys: I have a MyClass class (extends Exception) which is throw by a method in my web service. I used wsdl2java to generate the proxy classes from its wsdl. And there is wsdl:fault... element in the wsdl:operation... element for this method in the wsdl. When I invoke the method via the

Can the client catch application exception?

2004-02-12 Thread Gao gjyalpha
Hi guys: I have a MyClass class (extends Exception) which is throw by a method in my web service. I used wsdl2java to generate the proxy classes from its wsdl. And there is wsdl:fault... element in the wsdl:operation... element for this method in the wsdl. When I invoke the method via the