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 babloosony <ba...@gmail.com> on 2005/01/26 13:16:40 UTC

Unable to consume a AXIS-EJB-WEBSPHERE 5.0 Web Service

Hi All,

I have successfully developed and deployed an EJB using WSAD 5.1.2's
WebSphere 5.0 Test Environment. I have even able to access the EJB
using UTC(Universal Test Client) in WSAD and by launching the j2ee
client module using WebSphere lauchClient program.

I have now exposed this ejb as web service using AXIS 1.2 RC2 deployed
as web module inside WSAD. This web service is properly exposed as web
service as I can see it and access its wsdl when I access axis web
services.

Now I have written a standalone-outside-wsad web service client that
uses AXIS stubs and when I try to consume to this ejb web service I am
getting below error.

faultDetail: 
{http://xml.apache.org/axis/}stackTrace: java.lang.ClassCastException:
Unable to load class: com.ram.test.interfaces._DemoHome_Stub
at com.ibm.rmi.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:386)
at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:156)
at org.apache.axis.providers.java.EJBProvider.createRemoteEJB(EJBProvider.java:168)
at org.apache.axis.providers.java.EJBProvider.makeNewServiceObject(EJBProvider.java:147)
at org.apache.axis.providers.java.JavaProvider.getNewServiceObject(JavaProvider.java:258)
at org.apache.axis.providers.java.JavaProvider.getServiceObject(JavaProvider.java:138)
at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:310)




Can anyone please tell me why is error occurring and how to solve it ?





Thanks & Regards,
Kumar.