Inder,

instead of posting the snapshots why don't you post the logs (they are
in $CATALINA_HOME/logs)?
BTW, I see a StackOverflowError which, according to the APIs, is thrown
when a stack overflow occurs because an application recurses too
deeply. 


Michele

On Thu, 2007-04-26 at 22:35 -0300, Inder Dhillon wrote:
> Hello
> 
>  
> 
> I have posted this question before also. I would really appreciate any
> kind of help. I am attaching all the source files along with this
> mail.
> 
>  
> 
> I have written one handler (CallHandler) deployed in userphase in
> config file axis2.xml. I tried to invoke one service within this
> handler so that whenever I call any service, this service gets called
> automatically. 
> 
> But whenever I run any client it goes into infinite loop, 
> 
> I got following errors when I run any client.
> 
>  
> 
> 
> 
>  
> 
> 
> 
>  
> 
>  
> 
> From the above errors I figured out that its not getting the response
> for the 2nd service which I want to call within the handler. As It
> looks for the response and as the following part of error is
> repeating 
> 
>  
> 
>  
> 
> 
> 
>  
> 
> I have tried to extract the corresponding soap messages also and from
> that also it seams that its sending the request message to the 2nd
> service which I want to call within the handler but it not getting the
> response message. Please see the attached file named extractmsg.txt
> which contains the extracted soap messages.
> 
>  
> 
> I’ll really appreciate if someone can help me with this and suggest me
> that what should I do to get the response message from the 2nd
> service.
> 
>  
> 
> The corresponding files attached are
> 
> CallHandler.java : This is the handler java file
> 
> Client.java : This is the client file of the service which I want to
> invoke from within the handler
> 
> NewService.rar : this is the zipped file containing the NewService
> folder ( This is the service which I want to invoke within the
> handler)
> 
> NewServiceStub.java : This is the automatically generated file of
> client through wsdl2java command.
> 
> Build.xml : This is to compile all the above files. 
> 
> CallHandler.jar : This is the jar file of handler which I placed in
> CATALINA_HOME%/webapps/axis2-/WEB-INF/lib folder
> 
>  
> 
>  
> 
> Pleae help me with this problem
> 
>  
> 
> Thanks 
> Inder Dhillon
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to