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