In WSDL bindings section,its been defined as below,
<wsdl:binding name="POCNoReqParametersHttpBinding" type="tns:POCNoReqParameters">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetDetails">
But we are getting the below error,
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>The Operation could not be found. The endpoint reference (EPR) for the Operation not found is: 'http://localhost:7800/POCNoReqParameters/POCNoReqParameters' and the SOAPAction was 'http://POCNoReqParameters/GetDetails'</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/POCNoReqParameters/POCNoReqParameters' and the SOAPAction was 'http://POCNoReqParameters/GetDetails'
at com.ibm.broker.axis2.Axis2Invoker.invokeAxis2(Axis2Invoker.java:3075)
at com.ibm.broker.axis2.TomcatNodeRegistrationUtil.invokeAxis2(TomcatNodeRegistrationUtil.java:663)
at com.ibm.broker.axis2.TomcatNodeRegistrationUtil.invokeAxis2(TomcatNodeRegistrationUtil.java:609)</Exception>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Though SOAPAction is coming as 'http://POCNoReqParameters/GetDetails',we are getting the above error as not detecting operation.
Though WSDL is accepting this form of empty request,why SOAPInput producing this error?Is there any parameter we need to tune up?Please advice
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