Re: Axis2-- Problem calling service inside another service through a handler.

2007-04-24 Thread Michele Mazzucco
On Tue, 2007-04-24 at 03:42 -0300, Inder Dhillon wrote: > ow I have compiled the handler file and all related client files (of > service which I want to invoke within the handler) and put altogether > into a jar file called CallHandler.jar and then placed this jar file > in CATALINA_HOME%/webapps/a

Axis2-- Problem calling service inside another service through a handler.

2007-04-23 Thread Inder Dhillon
Hello I am new user of Axis2, so please bear with me and please help me even if I am having stupid errors. I am having problem calling a webservice from within another service when called in a handler. What I have done is that I have created one handler called CallHandler and in this handle