| 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.
|
 |
 |
|
|
subject: Cannot find dispatch method for
|
|
|