RE: Question on user exception handling on autogenerated clients

2004-12-15 Thread Michael Merz
: Question on user exception handling on autogenerated clients Hi, Michael. Handling service-specific exception is implemented in Axis. In the generated code, > java.lang.Object _resp = _call.invoke(new java.lang.Object[] >{new java.lang.Integer(in0)}); > > if (_res

Re: Question on user exception handling on autogenerated clients

2004-12-15 Thread TMG
ing my clients using the wsdl2java ant task. It's working really well. One question regarding exception handling, though: When the server throws a custom exception (subclass of java.lang.Exception), how does the autogenerated client propagate the results in the response to the caller? I had a l

Re: Question on user exception handling on autogenerated clients

2004-12-14 Thread Davanum Srinivas
pls check the test/wsdl/faults example. -- dims On Tue, 14 Dec 2004 10:12:20 -0800, Michael Merz <[EMAIL PROTECTED]> wrote: > Bcc: [EMAIL PROTECTED] > > I'm autogenerating my clients using the wsdl2java ant task. It's working > really well. > > One que

Question on user exception handling on autogenerated clients

2004-12-14 Thread Michael Merz
Bcc: [EMAIL PROTECTED] I'm autogenerating my clients using the wsdl2java ant task. It's working really well. One question regarding exception handling, though: When the server throws a custom exception (subclass of java.lang.Exception), how does the autogenerated client propagate the

Re: Help in Exception handling...

2004-08-28 Thread
the wsdl file. -d --- On Fri 08/20, matthew.hawthorne < [EMAIL PROTECTED] > wrote: From: matthew.hawthorne [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 20 Aug 2004 09:00:34 -0700 Subject: Re: Help in Exception handling... I read the article at http://www-106.ibm.com

Re: Help in Exception handling...

2004-08-20 Thread matthew.hawthorne
Ragunath Marudhachalam wrote: I tried customizing exceptions and i had .net on the client. All i can do on the client side is, i can catch the exception as SoapException and get the string from that exception. .net client could not build a class for the custom exceptions in the web reference like i

RE: Help in Exception handling...

2004-08-20 Thread Ragunath Marudhachalam
that is passed and returned as parameters. Thanks Ragu -Original Message- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:01 PM To: [EMAIL PROTECTED] Subject: Re: Help in Exception handling... I read the article at http://www-106.ibm.com/developerworks

Re: Help in Exception handling...

2004-08-20 Thread matthew.hawthorne
I read the article at http://www-106.ibm.com/developerworks/xml/library/ws-tip-jaxrpc.html and made some customizations to my exceptions accordingly. The SOAP looks correct, but I just cannot get Axis to instantiate the exceptions on the client side. They are always returned as Axis faults. I

RE: Help in Exception handling...

2004-08-19 Thread Junaid . Bhatra
cc Please respond to Subject [EMAIL PROTECTED] RE: Help in Exception handlin

RE: Help in Exception handling...

2004-08-18 Thread Vikas Phonsa
matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 4:00 PM To: [EMAIL PROTECTED] Subject: Re: Help in Exception handling... Christophe Roudet wrote: > I am not sure it is possible to skip the stack trace. > I have just looked to the AxisFault code and it seems tha

Re: Help in Exception handling...

2004-08-18 Thread matthew.hawthorne
Christophe Roudet wrote: I am not sure it is possible to skip the stack trace. I have just looked to the AxisFault code and it seems that fault details will always be filled with the stack trace (see the initFromException(Exception target) method). I think there may be a flag you can set that turn

RE: Help in Exception handling...

2004-08-18 Thread Lin, Zhongwu
used to determine the error. It worked fine with this way. john -Original Message- From: Vikas Phonsa [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 4:52 PM To: '[EMAIL PROTECTED]' Subject: RE: Help in Exception handling... Christophe, I am doing the exact same

RE: Help in Exception handling...

2004-08-18 Thread Christophe Roudet
mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 5:52 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Help in Exception handling... > > Christophe, > > I am doing the exact same thing. Can u post a sample soap message returned > to the client when an exce

RE: Help in Exception handling...

2004-08-18 Thread Vikas Phonsa
message. Vikas -Original Message- From: Christophe Roudet [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 2:40 PM To: [EMAIL PROTECTED] Subject: RE: Help in Exception handling... I was only able to have exceptions extending RemoteException to be deserialized correctly (not as an

RE: Help in Exception handling...

2004-08-18 Thread Christophe Roudet
) ? super.getMessage() : _mess; } } Christophe > -Original Message- > From: matthew.hawthorne [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 4:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Help in Exception handling... > > Ragunath Marudhachalam wrote:

RE: Help in Exception handling...

2004-08-18 Thread Vikas Phonsa
EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: Re: Help in Exception handling... Ragunath Marudhachalam wrote: > Is it possible to throw an exception that extends java.lang.Excpetion from a > webservice. I found some material that throws AxisFault except

Re: Help in Exception handling...

2004-08-18 Thread matthew.hawthorne
has already worked on would be really helpful. I would really like to find an answer for this also. I've been trying to figure it out, off and on, for months. I've looked through the documentation, and there just isn't anything definite with regard to exception handling. I&

Help in Exception handling...

2004-08-18 Thread Ragunath Marudhachalam
Hello ALL, Is it possible to throw an exception that extends java.lang.Excpetion from a webservice. I found some material that throws AxisFault exception. Also i read it is possible to throw an exception which has getter and setter methods. Any example and tips from anyone who has already worked o

RE: Call.invoke() and exception handling

2004-06-25 Thread Yu, Joel, Contractor
] Subject: Re: Call.invoke() and exception handling On ÎÎÏ 25 ÎÎÏÎ 2004 21:41, Yu, Joel, Contractor wrote: > being open source, you can get the source code of Call class and > change it. http://cvs.apache.org/viewcvs/ws-axis/ that's not really an option, as it is probably an IBM modified

Re: Call.invoke() and exception handling

2004-06-25 Thread Konstantinos Margaritis
On ÎÎÏ 25 ÎÎÏÎ 2004 21:41, Yu, Joel, Contractor wrote: > being open source, you can get the source code of Call class and > change it. http://cvs.apache.org/viewcvs/ws-axis/ that's not really an option, as it is probably an IBM modified version of axis in WSAD. Even if it isn't, I'm sure you'll a

RE: Call.invoke() and exception handling

2004-06-25 Thread Yu, Joel, Contractor
being open source, you can get the source code of Call class and change it. http://cvs.apache.org/viewcvs/ws-axis/ -Original Message- From: Konstantinos Margaritis [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: Call.invoke() and exception

Call.invoke() and exception handling

2004-06-25 Thread Konstantinos Margaritis
Hi, I've deployed a web service, using the Axis version (1.0) that is included in WSAD 5.1. Everything is working perfectly but I'm having the following problem: while in the testing phase of the project, I have to check the behaviour of the system in bad situations, for example when there is

fault/exception handling and stuff

2004-06-15 Thread Vikas Phonsa
Hi Everybody,   I'm trying to develop my first server side implementation of web services. I have developed web service clients in the past using Axis. I have gone thru examples in books and on the internet but most of them deal with getting data. Like I saw getPrice or getStockQuote etc.

RE: Exception Handling - possible solution

2004-04-02 Thread sacha
> Axis now uses the element in the fault to locate the correct > Exception class. A table of QNames to Exception class names is kept and > each child element of is looked up in this table until we find a > match (or don't, then we throw an AxisFault). Well, as I saw in source code, there's no p

Fw: Exception handling between Axis and .NET client

2003-09-02 Thread Ajay Gondhiya
PROTECTED] cc Subject Exception handling between Axis and .NET client I have an EJB and I generate WSDL using Java2WSDL. In the EJB, when the method signature has "throws" clause for any exception other than RemoteException, Java2WSDL generates wsdl:fault in the WSDL. And w

Exception handling between Axis and .NET client

2003-08-28 Thread Ajay Gondhiya
dException                                                   Anyone faced similar problem? Is there is anything wrong with what I am trying to do? It would be great if someone has exception handling working between Axis and .NET can share his/her experience/approach. Thanks, Ajay

exception handling

2003-08-26 Thread Cory Wilkerson
All, I noticed in the jax-rpc specification that in order to succesfully throw exceptions to the client, there are some pretty strict rules regarding devloping your own exception types: 1. Each parameter supplied to the constructor must have a corresponding accessor. 2. Each accessor must have

Re: exception handling strategies

2003-07-28 Thread Anne Thomas Manes
t from a message . [1] http://www.w3.org/TR/SOAP/#_Toc478383507 Anne - Original Message - From: "chaddad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 5:51 PM Subject: RE: exception handling strategies > Paul - the xml-axis\test directory

RE: exception handling strategies

2003-07-28 Thread chaddad
app-specific exceptions and wrap them with an AxisFault exception and pass the > AxisFault exception onto axis. Is that the suggested method? > >> -Original Message- >> From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] >> Sent: Sunday, July 27, 2003 2:27 PM >> To: [

RE: exception handling strategies

2003-07-27 Thread Paul Mackles
tions and wrap them with an AxisFault exception and pass the AxisFault exception onto axis. Is that the suggested method? > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 27, 2003 2:27 PM > To: [EMAIL PROTECTED] > Subject: Re: e

Re: exception handling strategies

2003-07-27 Thread Anne Thomas Manes
the custom exceptions. Anne - Original Message - From: "Paul Mackles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 1:26 PM Subject: exception handling strategies > Hi, > > I've seen a few threads on exception handling b

exception handling strategies

2003-07-27 Thread Paul Mackles
Hi, I've seen a few threads on exception handling but nothing really concrete... The code I am attempting to wrap with a web service throws custom exceptions. Right now, I am just passing those exceptions onto AXIS and everything seems to be working well enough (i.e. a fault message is

FW: Message Style Service and Exception Handling

2003-07-23 Thread Bhanu Pabreja
did not hear anthing about this ... please help ... dumdum420 -Original Message- From: Bhanu Pabreja [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 1:21 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Posted: http

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
Exception HandlingHmm, that's right, you don't see any Response on the TCPMonitor (I assume that means you see a Request ofcourse). I see that you writereturn new RemoteException(ex.toString()what happens if you throw the exception (ie what i did in my exceptio

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
Hmm, that's right, you don't see any Response on the TCPMonitor (I assume that means you see a Request ofcourse). I see that you write return new RemoteException(ex.toString() what happens if you throw the exception (ie what i did in my exception handling) instead of re

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
]Subject: Re: Message Style Service and Exception HandlingActually, it was on IIS/.NET I believe, where you can set priority to exception handling either by the server or the application, so forget about what I said about it, I don't know if Tomcat/Java can do the same. I checked

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
Actually, it was on IIS/.NET I believe, where you can set priority to exception handling either by the server or the application, so forget about what I said about it, I don't know if Tomcat/Java can do the same. I checked on my Client, where I was just catching the Exception inste

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
Exception Handling what do you mean my server is configured to override and handle the exception. I mean if the response is with flow and no exception is thrown then the SOAP response is perfectly norman but it is only on the event of an exception that the SOAPMonitor shows the status as

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
: Posted: http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please op

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
oya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please open a bug report

RE: Message Style Service and Exception Handling

2003-07-14 Thread Bhanu Pabreja
Posted: http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please

RE: Message Style Service and Exception Handling

2003-07-14 Thread Davanum Srinivas
t it will really help me since I am stuck with this > grave issue. > > Thanx in advance. > > dumdum420 > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 7:42 AM > To: [EMAIL PROTECTED] > Subject: Re

RE: Message Style Service and Exception Handling

2003-07-14 Thread Bhanu Pabreja
PROTECTED] Sent: Monday, July 14, 2003 7:42 AM To: [EMAIL PROTECTED] Subject: Re: Message Style Service and Exception Handling Try this... AxisFault af = AxisFault.makeFault(ex); // Do whatever you want with AxisFault throw af; -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]>

Re: Message Style Service and Exception Handling

2003-07-14 Thread Davanum Srinivas
Try this... AxisFault af = AxisFault.makeFault(ex); // Do whatever you want with AxisFault throw af; -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I have a MessageStyle service which has the following signatures: > > Document sendData(Docume

Message Style Service and Exception Handling

2003-07-13 Thread Bhanu Pabreja
Hello Everyone, I have a MessageStyle service which has the following signatures: Document sendData(Document doc) throws RemoteException{} Everything works fine till I get an exception: I wrote a method like this where I access the SOAPBody on the server side and set the faultString an

RE: Exception handling strategy question

2003-07-13 Thread Bhanu Pabreja
o:[EMAIL PROTECTED]Sent: Friday, July 11, 2003 12:14 PMTo: [EMAIL PROTECTED]Subject: Re: Exception handling strategy questionBhanu,My web service public Document method2(Document doc1) throws RemoteException{calls a module Hapidb, with a method  getMesh where I catch Exceptionsin

Re: Exception handling strategy question

2003-07-11 Thread remko de knikker
le to make mine work and need some thing which is working and looks like u are making a similar webservice (Message style). Thanx. dumdum420 -Original Message- From: Bhanu Pabreja [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 10, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Exception handl

RE: Exception handling strategy question

2003-07-11 Thread Bhanu Pabreja
: Thursday, July 10, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Exception handling strategy question the invoke() throws AxisFault ; this is what the api also shows. I am using AXIS 1.1 and I also do not have a clue which SOAP level I am using. Kindly clarify this. I have only one method

RE: Exception handling strategy question

2003-07-10 Thread Bhanu Pabreja
waiting for some one to reply on this topic ... dumdum420 -Original Message- From: Bhanu Pabreja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 3:03 PM To: Axis-User Subject: FW: Exception handling strategy question The AxisFault actually extends RemoteException so it is fine

FW: Exception handling strategy question

2003-07-10 Thread Bhanu Pabreja
ptions and can design my webservice in a straight manner. Thanx in advance. dumdum420 -Original Message- From: Bhanu Pabreja [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:30 PM To: [EMAIL PROTECTED] Subject: RE: Exception handling strategy question the invoke() throws AxisFault

RE: Exception handling strategy question

2003-07-10 Thread Bhanu Pabreja
To: [EMAIL PROTECTED] Subject: Re: Exception handling strategy question Here's what I did: Since the ..invoke() call throws a RemoteException I used ... throws RemoteException { try { ... } catch (RemoteException e1) { sb1 = MessageContext.getCurrentContext().getResponseMe

Re: Exception handling strategy question

2003-07-10 Thread remko de knikker
n the mail archive ... so got to ask a question. Like remo i have a similar kind of service (message style) with only once service operation exposed Document fetchData(Document doc) throw AxisFault{} Now Remo you must have implemented your exception handling already which seems to be interoperatable

Exception handling strategy question

2003-07-09 Thread Bhanu Pabreja
Well I saw this thread in the mail archive ... so got to ask a question. Like remo i have a similar kind of service (message style) with only once service operation exposed Document fetchData(Document doc) throw AxisFault{} Now Remo you must have implemented your exception handling already

Re: Exception handling strategy question

2003-06-30 Thread Anne Thomas Manes
SOAP fault information as a message . A fault message is always formating using the document style.    Anne  - Original Message - From: remko de knikker To: [EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:48 PM Subject: Re: Exception handling strategy question I am

Re: Exception handling strategy question

2003-06-30 Thread remko de knikker
your exceptions, and then tell Axis to map the exceptions to the faults accordingly.   Anne   - Original Message - From: remko de knikker To: [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:31 PM Su

Re: Exception handling strategy question

2003-06-30 Thread Tony Opatha
l Axis to map the exceptions to the faults accordingly.   Anne   - Original Message - From: remko de knikker To: [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:31 PM Subject: Re: Exception handling strategy question Situation:OK, so far this helped, and pointed out the right direction

Re: Exception handling strategy question

2003-06-30 Thread Tony Opatha
l Axis to map the exceptions to the faults accordingly.   Anne   - Original Message - From: remko de knikker To: [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:31 PM Subject: Re: Exception handling strategy question Situation:OK, so far this helped, and pointed out the right direction

Re: Exception handling strategy question

2003-06-27 Thread Anne Thomas Manes
ct and add it to the SOAPBody. Then you want to set the fault code and fault string and add the detail.   (This is using the SAAJ API).   Anne - Original Message - From: remko de knikker To: [EMAIL PROTECTED] Sent: Friday, June 27, 2003 2:29 PM Subject: Re: Exceptio

Re: Exception handling strategy question

2003-06-27 Thread remko de knikker
ap your various exceptions to specific SOAP fault messages. [1] http://www.w3.org/TR/SOAP/#_Toc478383510 Regards, Anne - Original Message - From: "George Jagodzinski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 3:22 PM Subject: RE: Except

Re: Exception handling strategy question

2003-06-27 Thread Anne Thomas Manes
: remko de knikker To: [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:31 PM Subject: Re: Exception handling strategy question Situation:OK, so far this helped, and pointed out the right direction in which to go. I had seen the SOAP Faults and understand now when to use them

Re: Exception handling strategy question

2003-06-27 Thread remko de knikker
dzinski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 3:22 PM Subject: RE: Exception handling strategy question if you are refering to business logic that happens after the request has been accepted I would say that the best way is to return some t

RE: Exception handling strategy question

2003-06-24 Thread George Jagodzinski
ohso thats why they keep writing all of these standards. I guess I actually have to read them. Thanks -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:53 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Exception handling

Re: Exception handling strategy question

2003-06-24 Thread Anne Thomas Manes
l Message - From: "George Jagodzinski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 3:22 PM Subject: RE: Exception handling strategy question > if you are refering to business logic that happens after the request has > been accepted I would

RE: Exception handling strategy question

2003-06-24 Thread George Jagodzinski
. --George -Original Message- From: remko de knikker [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Exception handling strategy question when implementing a web service and a ws client, what is the general design principle for exception

Exception handling strategy question

2003-06-24 Thread remko de knikker
when implementing a web service and a ws client, what is the general design principle for exception handling, when 1. when user entered a non-valid input value, for instance it doesn't exist in the database? Do I simply through a SOAPFault or is it better to append my own tag? 2. as a c

(Newbie) Exception Handling in Axis

2003-03-25 Thread EXT-Suresh.Addagalla
Hi, Is it possible to catch SOAP server exceptions on the client side? If yes, I would be interested in knowing how to do it. Can someone point me to a good resource on the net which explains this? Thanks, Suresh

[axis & wsif?] User-defined exception handling

2003-03-03 Thread Rhett . DeWall
Couple of questions: I have an EJB that throws a user-defined exception named "userException" Java2WSDL produces WSDL with the following information: When the WSDL is generated, the following message is produced: createWSDL: [echo]

Exception handling in WS

2003-01-24 Thread Dapeng Wang
Hi, I would like to share your ideas about exception handling in WS. When I use a user-defined exception in my service method, I just got the string format of the exception, but not the exception object with the encapsulated attributes. I can surely understand, that such a exception class makes

Re: Custom Exception handling

2002-11-04 Thread Steve Loughran
- Original Message - From: "Patrick Peralta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 10:39 AM Subject: Custom Exception handling > Hello List, > > I have a question about Axis and exception handling. I defined a serv

Custom Exception handling

2002-11-04 Thread Patrick Peralta
Hello List, I have a question about Axis and exception handling. I defined a service that throws my own custom exception as follows: public interface PtrBroker extends Remote { public abstract Ptr getPtr(long id) throws PtrException, RemoteException; } PtrException is a simple class that

RE: Custom Exception Handling

2002-06-26 Thread St-Germain, Sylvain
Did you search the Axis maling list... http://marc.theaimsgroup.com/?l=axis-user&m=102400371914481&w=2 Sylvain. -Original Message- From: G, Sreenivasa (MED) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:24 AM To: '[EMAIL PROTECTED]' Subject: Custom Exception

Custom Exception Handling

2002-06-25 Thread G, Sreenivasa (MED)
Please let me know how to handle Custom Exception in Axis.   Thanks, --Sreeni "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are not

Changed behaviors in nightly build around Exception handling

2002-02-07 Thread obrand
I have just switched to the alpha3 nightly build (vs the alpha3) and saw a change of hahavior on the exceptions handling: The toString() or getXXX() being generated return: null The alpha3 was at least printing the content of the generated variable Olivier __