Am Tue, 07 Sep 2004 11:22:23 +0200 schrieb WAJSBERG Julien RD-BIZZ: >>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. >> >>Did I deploy the webservice wrong? > > Use : > style="wrapped"
Thanks a lot. undeploying and re-deploying the ws in wrapped style solved the issues with php/nuSOAP. But apparently I now have problems consuming that ws with java (apache axis) with generated classes and stubst via wsdl2java... When invoking e.g. a JSP that calls the service, I get some error like this: HTTP ERROR: 500 nested exception is org.xml.sax.SAXException Invalid element in de.frr.webservice.Data: getTestDataReturn Is there anything I should pay attention when generating the stubs of a wrapped style ws? Frank-Ralph Reiser