• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Cannot find dispatch method for

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
jotremar world
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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'd appreciate it if you pronounced my name correctly. Pinhead, with a silent "H". Petite ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic