Re: How to get the SOAP Envelope from msg Context without invocatio n

2004-06-06 Thread Dhanush Gopinath
Jose,   Handlers are called while request and response flows. It is an automatic process... I dont know much more than this as I am also in the learning phase :) Hope some one can help   Dhanush - Original Message - From: Jose M. Selman To: [EMAIL PROTECTED] Sent: Frid

Re: declare exception considere Undeclaredthrowableexception

2004-06-06 Thread Aleksander Slominski
Ofer Baranes wrote: I am using Axis on the Server side and Axis Call (through WSIF) on the Client side : I have a very declared exception on my WebService ,which do appear on the wsdl , BUT , when this exception is throw on the server side ,on the client side it's considere as an Undeclaredth

RE: Disable multiref on the server side

2004-06-06 Thread Jayaraman, Venkatesh
May be you want to keep the static server-config.wsdd file with global configuration then add or remove service definitions using AdminClient. -Venky -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Sunday, June 06, 2004 4:43 PM To: [EMAIL PROTECTED] Subject: RE: Di

RE: Disable multiref on the server side

2004-06-06 Thread Alex Chen
Thanks for the information, Venky. But I have a problem here: I always remove this file after a re-build of the code, which includes running org.apache.axis.wsdl.WSDL2Java tool to generate Java stubs from the WSDL file and corresponding deploy.wsdd file. I then start Tomcat to load Axis and run o

issue with document style services and operations with identical arguments?

2004-06-06 Thread rdeanna
Folks, I have been changing some Web Services to use document style, rather than rpc and I have come accross an issue If I have two or more operations within a Web Service, that have the same number, order and types of argumentsAxis seems to get confused. By confused, it seems to invo

RE: Disable multiref on the server side

2004-06-06 Thread Jayaraman, Venkatesh
It is the option in server-config.wsdd file ... -Venky -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 6:17 PM To: [EMAIL PROTECTED] Subject: Disable multiref on the server side I am using AXIS (Java, as a server) and gSOAP (C, as a c

declare exception considere Undeclaredthrowableexception

2004-06-06 Thread Ofer Baranes
 I am using Axis on the Server side and Axis Call (through WSIF) on the  Client side :  I have a very declared exception on my WebService ,which  do appear on the wsdl , BUT , when this exception is  throw on the server side ,on the client side it's  considere as an Undeclaredthrowable