aspose file tools
The moose likes Web Services and the fly likes Cannot find dispatch method for Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Cannot find dispatch method for" Watch "Cannot find dispatch method for" New topic
Author

Cannot find dispatch method for

jotremar world
Greenhorn

Joined: Aug 09, 2010
Posts: 3
I have a Webservice and when i test it on http://www.soapclient.com/soaptest.html it fail, but if i consume it with java it work.







Error:
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Hi Jotremar,
Support both SOAP section 5/7 and document/literal encodings.

I picked the above point from the site you mentioned. I don't know what they mean by "section 5/7" but I think you are getting the problem may be because it doesn't support RPC. Also, I'm not sure how far their client is compatabile with web services in general. Try using SOAPUI tool to test your web services instead.


Cheers,
Naren (SCJP, SCDJWS and SCWCD)
jotremar world
Greenhorn

Joined: Aug 09, 2010
Posts: 3
Naren Chivukula wrote:Hi Jotremar,
Support both SOAP section 5/7 and document/literal encodings.

I picked the above point from the site you mentioned. I don't know what they mean by "section 5/7" but I think you are getting the problem may be because it doesn't support RPC. Also, I'm not sure how far their client is compatabile with web services in general. Try using SOAPUI tool to test your web services instead.


I know that it work with a webservice writed in php with this wsdl:


My webservice must work with this tool because it must replace a webservice writed in php that work with this tool.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Cannot find dispatch method for
 
Similar Threads
SOAP Request and Response problem
Why Getting Fault Code in SOAP Response Message
What's Wrong with this simple WSDL
Cannot find dispatch method for {http://www.ivan.com/additionservicetypes}addValuesRequest
Problem in Throwing Exception