>Have a look a the Message sample in the distribution.
>Sylvain.
The Message sample uses Messages and not RPC as far as I can see from the
deploy file.
I'd prefer RPC.
I actually got the return of a String array working.The trick was obviously
to use this ReturnType:
call.setReturnType(new QNam
Have a look a the Message sample in the distribution.
Sylvain.
-Original Message-
From: Keld Helbig Hansen [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 3:02 AM
To: [EMAIL PROTECTED]
Subject: Client examples for arrays and Collections
I'm a newbie to Axis, SOAP an
I'm a newbie to Axis, SOAP and Web Services. Can anyone point me to
examples that show how to code a Java Axis client that will process a web
service that returns an array (e.g. a String array), a Vector, a List or
some of the other Collection data types.
I have no problem in coding the server par