If anyone has expertise with web services, please help.
Problem:
I developed a Java Web service using Netbeans 6.1. I deployed and tested it on Glassfish server. It worked fine in the test as web service. But when I try to consume(call) one of the web service's method from PHP, I am getting an error "Cannot find dispatch method for {}getMoreFriends", where getMoreFriends is the name of the method I am calling.
Comments
You need to get the latest version from cvs