RE: Soap Fault question

2003-09-29 Thread Anne Thomas Manes
Awesome! At 10:55 PM 9/28/2003 -0700, you wrote: Anne - I'm working on changes to accomplish this. Gary -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: RE: Soap Fault question I

RE: Soap Fault question

2003-09-27 Thread Anne Thomas Manes
[mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: Soap Fault question Steve, I don't think fault/exception behavior has been sufficiently specified -- hence the interop issues. The way it should work is thus: On the server side

Re: Soap Fault question

2003-09-26 Thread Anne Thomas Manes
language. Hope someone on the list can enlighten us ... Thanks, Ajay Steve Pannier [EMAIL PROTECTED] 09/24/2003 09:58 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: Soap Fault question Ajay, Thanks for the response. So

RE: Soap Fault question

2003-09-26 Thread Gary L Peskin
PROTECTED] Sent: Friday, September 26, 2003 8:30 AM To: [EMAIL PROTECTED] Subject: Re: Soap Fault question Steve, I don't think fault/exception behavior has been sufficiently specified -- hence the interop issues. The way it should work is thus: On the server side: Application

Re: Soap Fault question

2003-09-25 Thread Steve Pannier
enlighten us ... Thanks, Ajay Steve Pannier [EMAIL PROTECTED] 09/24/2003 09:58 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: Soap Fault question Ajay, Thanks for the response. So maybe I'm not understanding the purpose

Re: Soap Fault question

2003-09-24 Thread Steve Pannier
respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Soap Fault question Axis 1.1 I'm trying to get my web service to throw a custom exception subclassed from RemoteException. So to start off I looked at the code under samples/faults. I deployed the service

Re: Soap Fault question

2003-09-24 Thread Ajay Gondhiya
Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: Soap Fault question Ajay, Thanks for the response. So maybe I'm not understanding the purpose for describing Soap faults in a WSDL file. I was under the impression that a soap implementation (regardless

Soap Fault question

2003-09-23 Thread Steve Pannier
Axis 1.1 I'm trying to get my web service to throw a custom exception subclassed from RemoteException. So to start off I looked at the code under samples/faults. I deployed the service, ran the supplied Axis client, everything looked good. (I had to 1st put a try/catch around the call.invoke in

Re: Soap Fault question

2003-09-23 Thread Ajay Gondhiya
respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Soap Fault question Axis 1.1 I'm trying to get my web service to throw a custom exception subclassed from RemoteException. So to start off I looked at the code under samples/faults. I deployed the service, ran