Getting error is OSB : S:Client Cannot find dispatch method for ....
Hi Gurus,
I am trying to call a business Service (it is created using a WSDL file) , which will return a string message.The Business Service is working fine but when i am trying to call that business service using a proxy service i am getting error.
Error Message :
*<S:Body xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">*
*<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">*
*<faultcode>S:Client</faultcode>*
*<faultstring>*
*Cannot find dispatch method for {http://com/mycompany/shipping/services}shipOrder*
*</faultstring>*
*</S:Fault>*
*</S:Body>*
The proxy service is able to call the business service, but at the changed $body of message context level of the business process, getting above mentioned error.
Please help!!
Thanks in Advance
SG_SOA
Edited by: SG_SOA on Mar 21, 2013 3:25 PM