|
I looked at WSDL of “version”
service deployed on Jboss and found that the end point listed is http://localhost:8080/axis2/services/version Where as WSDL of “version”
service deployed on WebSphere has http://localhost:9080/axis2.war/services/version
as end point. Notice axis2.war instead of just axis2 . Could
this be the reason why I am not able to invoke service on websphere? From: Charak, Vikas
[mailto:[EMAIL PROTECTED] Hi, I have deployed the Axis2 on websphere and
deployment looks fine as shown below: Available services [ Service EPR :
http://localhost:9080/axis2/services/version Service Description : Version Service Status : Active ] The service is deployed on Jboss also and when I
call it on Jboss call completes successfully. Where
as when I call it on Webspshere I get the following error. Service
not found operation terminated !! <Exception>org.apache.axis2.AxisFault:
Service not found operation terminated !! at
org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContext(InstanceDispatcher.java:113) at
org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.java:64) My
Call parameters are as follows EndPoint
= "http://localhost:9080/axis2/services/version2"; Any idea?
Do I need to change something in order to call the service on websphere [other
than the PORT] Thanks.
|
Title: RE: [AXIS2] Error while deploying Rampart
