Frank-Ralph Reiser a �crit :
One of my web service classes deployed with axis has e.g. a method
public Data findCityByName(String name) {...}
which returns a Data object containing an array of City objects.
Consuming that webservice using an JSP client with generated stubs by wsdl2java and either apache axis works without any problems. But when consuming it with e.g. nuSOAP (PHP) or MS SOAP 3.0, the request doesn't contain the method name. Since the deployed ws class contains several deployed methods, axis simply calls the first method with matching parameters.
When I write the request message by hand, as it should be, it works as wanted.
Did I deploy the webservice wrong?
Use : style="wrapped"
-- Julien
