Well I just generated the client "stubs" from the WSDL, and the generated client method retuned String[], so I really had to do nothing.
/Søren -----Original Message----- From: Tore Halset [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2003 10:43 To: [EMAIL PROTECTED] Subject: RE: service-methode that returns array On Fri, 31 Oct 2003, Søren Neigaard wrote: > I have a service like that, and the WSDL generated by AXIS works just > fine without any modifications, my Java and .NET clients are happy :D Ah, perfect! How can I tell the Call-object that the return type are String[]? - Tore.