I have a webservice attached to a web app that hasn't been used for a few
weeks but used to work perfectly. Now I am using it again and i am getting
the error:

org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation
not found is /services/ProsocWebService and the WSA Action = null
        at
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:89)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:333)

I can still hit the wsdl and operations directly by going to:

http://prosoc:8080/services/ProsocWebService?wsdl
http://prosoc:8080/services/ProsocWebService/getProsocRootContextHttpAddressResponse

but my client can't get past the error.

I am using the ant codegen task to generate everything for me so all I have
to do (and can do) is call Java methods to access the service. Hence I am
unsure how to debug this as I don't know how to send an independent soap
message using something like TCPMon.

Any help gratefully appreciated.
-- 
View this message in context: 
http://www.nabble.com/The-endpoint-reference-%28EPR%29-for-the-Operation-not-found-is-tp21335678p21335678.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to