Posted: Tue Oct 21, 2008 4:56 am Post subject: WSDL Issue
Apprentice
Joined: 24 Sep 2008 Posts: 35
We have been givin a WSDL from another agency to expose a webservice to them for a synchronis exchange. They had gave us one a while back and it worked perfect. However they recently made a change and I dont think something is right. I keep getting this error. Whether in existing project or a new one just testing it. Is this a WSDL issue??
Code:
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Client</faultcode><faultstring>The Operation could not be found. The endpoint reference (EPR) for the Operation not found is: 'http://localhost:7800/webservices/Warrant/services/Warrant' and the SOAPAction was 'urn:CourtInitiateWarrant'</faultstring><detail><Exception>org.apache.axis2.AxisFault: The Operation could not be found. The endpoint reference (EPR) for the Operation not found is: 'http://localhost:7800/webservices/Warrant/services/Warrant' and the SOAPAction was 'urn:CourtInitiateWarrant'
at com.ibm.broker.axis2.Axis2Invoker.invokeAxis2OverHTTP(Axis2Invoker.java:1701)
at com.ibm.broker.axis2.TomcatNodeRegistrationUtil.invokeAXIS2(TomcatNodeRegistrationUtil.java:302)
</Exception></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum