Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
java 6, tomcat 5.5, linux
Description
Testing RC3 with XMLBeans is giving this error:
2007-08-04 20:35:10,304 [org.apache.axis2.transport.http.AxisServlet] - org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno and the WSA Action =
I'm using the same WSDL's and XSD's that were working in a later axis2 1.2 snapshot. The listServices page is saying that the EPR is installed:
"tissSolicitacaoDemonstrativoRetorno
Service EPR : http://localhost:9080/axis2/services/tissSolicitacaoDemonstrativoRetorno
Service Description : tissSolicitacaoDemonstrativoRetorno
Service Status : Active
Available Operations
- tissSolicitacaoDemonstrativoRetorno_Operation"
The URL in axis2/services/listServices matches exactly the error message URL. I'm using xmlbeans validate() in the client code, and setting the EPR and placing it in Options.
Please see attached files for more info.