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
: Thursday, April 06, 2006 5:10 AM 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 Right. We use the WSDL to build java from, not the other way round

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
@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___ complexType name

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
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: Problems getting user exceptions to work - Found word(s) check out in the Text body - Found word(s) check out in the subject Right. We use the WSDL to build java

Re: Problems getting user exceptions to work

2006-03-30 Thread Thom Hehl
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 would - AxisFault isn't

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
: 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 wrote: Try doing this: catch (AxisFault ex) { if (ex instanceof InvalidDateException

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 the

RE: Problems getting user exceptions to work

2006-03-29 Thread Jarmo Doc
@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 InvalidDateException exception

RE: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
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 exceptions sent by my service thrown

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 would - AxisFault

RE: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
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 - AxisFault isn

Re: Problems getting user exceptions to work

2006-03-29 Thread Dies Koper
@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 wrote: Try doing this: catch (AxisFault ex) { if (ex instanceof

Re: Problems getting user exceptions to work

2006-03-29 Thread Jack Lund
: 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 - AxisFault isn't a subclass of InvalidDateException. -Jack Jarmo Doc

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 also

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 the

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