You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by subhendukumar mohanty <su...@infosys.com> on 2003/05/26 01:15:44 UTC

Webservice client is not able to call the service-Urgent Help

Hi,

I have a J2ee Application deployed on Websphere 4.0.1 which has an ejb. The ejb calls a external webservice deployed in Websphere 4.0.1. When i call the service from my ejb i am not getting back my response java object.

However from the log i can see the response soap message is coming. In my log i can see this is the last line of axis log

[03.05.25 19:02:38:328 EDT] 4bad24bb SystemOut     U 2003-05-25 19:02:38,296 DEBUG [Servlet.Engine.Transports:9] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111)     - org.apache.axis.i18n.resource::handleGetObject(pushHandler00)

[03.05.25 19:02:38:406 EDT] 4bad24bb SystemOut     U 2003-05-25 19:02:38,390 DEBUG [Servlet.Engine.Transports:9] encoding.DeserializationContextImpl (DeserializationContextImpl.java:710)     - Pushing handler org.apache.axis.message.EnvelopeHandler@596ee4b9

After this line i can see the debug statement of finally block of my method which calls the service. So i am guesing that some class is missing or some conflict is there. But i am not able to find out.

My ejbjar manifest file contains following jars in classpath.
activation.jar,axis.jar,commons-discovery.jar,commons-logging.jar,jaxrpc.jar,saaj.jar,wsdl4j.jar,xerces.jar .

I have tried with both Axis 1.0 and axis 1.1 rc2. Please let me know if i am missing any class from classpath. Is there any class is conflicting with existing class of Websphere.

Thanks,
Subhendu