Shared Object Webservice call

2006-06-21 Thread Arvind S.
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

Re: Classcast exception

2006-06-20 Thread Arvind S.
Hi, Any clues regarding this..? Please let me know cases when this kind of exception might occur...I would continue from there.. Thanks, Arvind On 6/19/06, Arvind S. [EMAIL PROTECTED] wrote: Hi, When I try to invoke a webservice from an object, I get the following exception

Classcast exception

2006-06-19 Thread Arvind S.
Hi, When I try to invoke a webservice from an object, I get the following exception: java.lang.ClassCastException: org.apache.axis.transport.http.HTTPSenderat org.apache.axis.AxisFault.makeFault(AxisFault.java:101)at org.apache.axis.client.AxisClient.invoke(AxisClient.java:216)at