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
/Søren -----Original Message----- From: Tore Halset [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2003 10:17 To: [EMAIL PROTECTED] Subject: service-methode 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.