RE: service-methode that returns array

2003-10-31 Thread Søren Neigaard
ce-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.

RE: service-methode that returns array

2003-10-31 Thread Tore Halset
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.

RE: service-methode that returns array

2003-10-31 Thread Søren Neigaard
that returns array Hello. I have a method that returns an array of Strings. Is it possible to publish that methode as a service? How should the wsdd-service entry look like? Or do I have to create a new class that wrapps the array of Strings? - Tore.

service-methode that returns array

2003-10-31 Thread Tore Halset
Hello. I have a method that returns an array of Strings. Is it possible to publish that methode as a service? How should the wsdd-service entry look like? Or do I have to create a new class that wrapps the array of Strings? - Tore.