Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting error is OSB : S:Client Cannot find dispatch method for ....

Sharmistha GhoshMar 21 2013 — edited Mar 21 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 18 2013
Added on Mar 21 2013
1 comment
562 views