Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-04-07 Thread Thom Hehl
nt on it and he'll have to touch to be sure -- /usr/bin/fortune -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thom Hehl Sent: Thursday, April 06, 2006 5:10 AM To: axis-user@ws.apache.org Subject: Re: [SPAM] - Re: [SPAM] - Re: Pr

RE: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-04-06 Thread Veprinsky, Michael
believe Tell him a bench has wet paint on it and he'll have to touch to be sure -- /usr/bin/fortune -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thom Hehl Sent: Thursday, April 06, 2006 5:10 AM To: axis-user@ws.apache.org Subject: Re: [SPA

Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-04-06 Thread Thom Hehl
rch 30, 2006 1:47 PM To: axis-user@ws.apache.org Subject: Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject Have a look at this: Give him This: _original type def from imported xsd___

RE: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-04-05 Thread Veprinsky, Michael
27;ll have to touch to be sure -- /usr/bin/fortune -Original Message- From: Thom Hehl [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 1:47 PM To: axis-user@ws.apache.org Subject: Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) chec

Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-03-30 Thread Thom Hehl
Doc wrote: I have an Axis client stub which was generated from WSDL. *All* of the client-side user-defined exceptions extend org.apache.axis.AxisFault. The equivalent exceptions at the server also extend org.apache.axis.AxisFault, rather than Exception. This is a decidedly dodgy area, imo,

Re: [SPAM] - Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject

2006-03-30 Thread Jack Lund
lent exceptions at the server also extend org.apache.axis.AxisFault, rather than Exception. This is a decidedly dodgy area, imo, especially when it comes to interop with non-Axis clients. From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org

Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body

2006-03-30 Thread Thom Hehl
TECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:51:47 -0600 Nope, didn't work. Wouldn't think it would - AxisFault isn't a subclass of InvalidDateException. -Jac

Re: [SPAM] - Re: Problems getting user exceptions to work - Found word(s) check out in the Text body

2006-03-30 Thread Jack Lund
it comes to interop with non-Axis clients. From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:51:47 -0600 Nope, didn't work. Wouldn't think it would

Re: Problems getting user exceptions to work

2006-03-30 Thread Thom Hehl
Exception. This is a decidedly dodgy area, imo, especially when it comes to interop with non-Axis clients. From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:

Re: Problems getting user exceptions to work

2006-03-29 Thread Dies Koper
Hello Jack, I'm afraid I've always used stubs and am not sure how things work in the case of DII. I naively assumed one would still use generated classes (except for the stubs). I reread the section in the JAX-RPC spec and javadoc about it, and this is what I'd expect to happen. DII is for w

Re: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
Thanks for taking the time to answer me so thoroughly. I really, really appreciate it. Dies Koper wrote: I am not sure about meaning of "The exception is no longer a SOAP Fault" in your quote of the User's Guide, as a fault described in the WSDL is still a SOAP fault when it is included in th

Re: Problems getting user exceptions to work

2006-03-29 Thread Dies Koper
I am not sure about meaning of "The exception is no longer a SOAP Fault" in your quote of the User's Guide, as a fault described in the WSDL is still a SOAP fault when it is included in the SOAP body. I do not think I contradicted anything in the quote. It refers to the JAX-RPC 1.1 spec. I als

Re: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
tly different. The exception is no longer a SOAP Fault, but described as a wsdl:fault in the WSDL of the method. According to the JAX-RPC specification, your subclass of Exception must have accessor methods to access all the fields in the object to be marshalled /and/ a constructor that takes as

Re: Problems getting user exceptions to work

2006-03-29 Thread Dies Koper
> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:51:47 -0600 Nope, didn't work. Wouldn't think it would - AxisFault isn't a subclass of InvalidDateException. -Jack Jarmo Doc

RE: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
with non-Axis clients. From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:51:47 -0600 Nope, didn't work. Wouldn

RE: Problems getting user exceptions to work

2006-03-29 Thread Jarmo Doc
when it comes to interop with non-Axis clients. From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 14:51:47 -0600 Nope, didn't work. Wouldn't think it w

RE: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
here } // deal with others here } From: Jack Lund <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 12:21:33 -0600 Hi. I'm using axis 1.2.1, and I'm trying to get the exception

RE: Problems getting user exceptions to work

2006-03-29 Thread Jarmo Doc
s-user@ws.apache.org To: axis-user@ws.apache.org Subject: Problems getting user exceptions to work Date: Wed, 29 Mar 2006 12:21:33 -0600 Hi. I'm using axis 1.2.1, and I'm trying to get the exceptions sent by my service thrown to the client. For instance, my service can throw an "InvalidDat

Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
Hi. I'm using axis 1.2.1, and I'm trying to get the exceptions sent by my service thrown to the client. For instance, my service can throw an "InvalidDateException" exception, which is a subclass of java.lang.Exception, and I want the client code to get that exception. What little is said on th