Recently we have migrated our web service to Axis2 1.2. Since then I see "The endpoint reference (EPR) for the Operation not found exception..." when I invoke one of our web service operations, consistently. I have created an example web service and an example test client to reproduce the problem and opened a JIRA https://issues.apache.org/jira/browse/AXIS2-2709. Gul org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://xxxxxxxx:8080/axis2/s <http://xxxxxxxx:8080/axis2/s> ervices/TestService and the WSA Action = urn:queryXX at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java :434) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper ation.java:373) at org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO peration.java:294) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:520 ) at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:500 ) at com.clientapp.TestClient.main(TestClient.java:68)
