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
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 of language/programming environment) would create the appropriate exception class (or object, or whatever the

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

Re: Soap Fault question

2003-09-23 Thread Ajay Gondhiya
Steve, I have experimented a bit with SOAP faults on .NET side and server side exceptions on Axis side. As far as my understanding goes: - You can access the SOAP fault from .NET client. However, that's SOAP fault view - not the Exception view of the server side problem. I have not seen SOAP