Re: Returning an Array of Strings...quick start pointers

2002-12-19 Thread James Black
Ken Reek wrote: > I need to retun an array of strings as a result of a call. Any quick > start ideas or pointers...?? I use java2wsdl, and in there I return arrays of strings, and it works fine.

RE: Returning an Array of Strings...quick start pointers

2002-12-18 Thread Mike Burati
axis-1_1beta\samples\echo\    InteropTest.wsdl     TestClient.java     InteropTestSoapBindingImpl.java   -Original Message-From: Ken Reek [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 18, 2002 1:14 PMTo: [EMAIL PROTECTED]Subject: Returning an Array of Strings...quic

RE: returning an array of strings

2002-07-22 Thread Manolis Floros
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