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:

RE: Soap Fault question

2003-09-28 Thread Gary L Peskin
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 think it mak

RE: Soap Fault question

2003-09-27 Thread Anne Thomas Manes
n of this AxisFault so that it could throw the corresponding exception on the .NET client side. Does this make sense? Gary > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 8:30 AM > To: [EMAIL PROTECTED] > Subject: Re:

RE: Soap Fault question

2003-09-26 Thread Gary L Peskin
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 is

Re: Soap Fault question

2003-09-26 Thread Anne Thomas Manes
handling strategy native to that programming > language. > Hope someone on the list can enlighten us ... > Thanks, > > Ajay > > > > > > "Steve Pannier" <[EMAIL PROTECTED]> > > 09/24/2003 09:58 PM > > Please respond to >

Re: Soap Fault question

2003-09-25 Thread Steve Pannier
uage. > 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] &g

Re: Soap Fault question

2003-09-24 Thread Ajay Gondhiya
; 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 for describing Soap faults in a WSDL file.  I was under the impression that

Re: Soap Fault question

2003-09-24 Thread Steve Pannier
eb services > standards address this. Someone please correct me if my understanding is not > quite right .. > > Ajay > > > > > "Steve Pannier" <[EMAIL PROTECTED]> > > 09/24/2003 02:54 AM > > Please respond to > [EMAIL PROTECTED] > > > &g

Re: Soap Fault question

2003-09-23 Thread Ajay Gondhiya
quot;Steve Pannier" <[EMAIL PROTECTED]> 09/24/2003 02:54 AM Please 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

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