Hi,

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

Available services

[

version <http://localhost:9080/axis2/services/version?wsdl> 

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.


 

<<winmail.dat>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to