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.
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
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