Hi,
 
I am using Axis 1.3 to make webservice calls.
 
I have two servlets - ServletA & ServletB running on the same instance of webserver.
 
Servlet A passes an object to Servlet B through the ServletContext. 
The object can call a webservice 'A' and obtain succesful result from a remote webservice when invoked by Servlet A.
 
When Servlet B, invokes a method on that passed object (the same method that gave succesful result otherwise) it fails with a classcast exception from Axis.
 
Can somebody please help me out!!!!!!!!
 
TIA,
Arvind
 
 
 
 

Reply via email to