if you are using the wsdl2java-tool, you don't have to add any mappings, since String[] is supported by default.
Gerrit -----Ursprüngliche Nachricht----- Von: Manolis Floros [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Juli 2002 17:56 An: [EMAIL PROTECTED] Betreff: RE: returning an array of strings Hi all, how should i declare the return type for an array of Strings, in the call object initialization? The service is: public String[] getKeysWS(String servicename) thanks Manolis