RE: support for user defined exceptions

2002-07-10 Thread Chaudhri Rohit-CRC037
As of AXIS Beta-2 throwing custom exceptions wasen't implemented completely. Things might be different in Beta 3, although I haven't found any documentation regarding that yet. If you search the discussion archives you'll find related threads of discussion there. -Original Message-

Throwing Exceptions from WebServices deployed in AXIS

2002-07-02 Thread Chaudhri Rohit-CRC037
Hello, I am using AXIS beta2 to develop/deploy web services. I need to throw custom Exceptions from the web service implementation. How should this be done so that the Exception can get propogated ( and handled) to the client. Thanks Rohit

RE: NullPointerException with Arrays

2002-05-29 Thread Chaudhri Rohit-CRC037
PROTECTED] Cc: Chaudhri Rohit-CRC037 Subject: RE: NullPointerException with Arrays Hello, this is in response to your message to the axis-user group (I don't have the original message in my mail reader...). If you are using public attributes and the BeanSerializer

RE: Question regarding deploying service using deploy.wsdd

2002-05-23 Thread Chaudhri Rohit-CRC037
As specified in the documentation, I used the parameter name=allowedMethods value= method names / tag to specify the methods that I should be exposed in the Web Service. But still after I deploy the web service copy the jar files in the webapps/axis/lib directory, all the methods of the class

Question regarding deploying service using deploy.wsdd

2002-05-22 Thread Chaudhri Rohit-CRC037
Hello, I am deploying a class as a Web Service in AXIS using the deploy.wsdd file. I specify the methods that need to be exposed in the Web Service interface using the parameter name=allowedMethods value / tag. The problem that I run into is, that all the methods(private/protected/public) in the