Title: RE: [AXIS2] Error while deploying Rampart

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]
Sent: Saturday, September 09, 2006 11:01 AM
To: [email protected]
Subject: [AXIS2] Calling Axsi2 service deployed on WebSphere

 

Hi,

I have deployed the Axis2 on websphere and deployment looks fine as shown below:

Available services

[

version

Service EPR : http://localhost:9080/axis2/services/version
Service REST epr : http://localhost:9080/axis2/rest/version

Service Description : Version

Service Status : Active
Available operations:  getVersion

]

 

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 !!&#13;

at org.apache.axis2.engine.InstanceDispatcher.fillContextsFromSessionContext(InstanceDispatcher.java:113)&#13;

at org.apache.axis2.engine.InstanceDispatcher.invoke(InstanceDispatcher.java:64)&#13;

 

My Call parameters are as follows

 EndPoint = "http://localhost:9080/axis2/services/version2";
 NameSpace = "http://axisversion.sample/xsd";
 Service = "version";
 Method = "getVersion";

Any idea? Do I need to change something in order to call the service on websphere [other than the PORT]

Thanks.


 

Reply via email to