Re: Client examples for arrays and Collections

2002-04-16 Thread Keld Helbig Hansen
>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

RE: Client examples for arrays and Collections

2002-04-15 Thread St-Germain, Sylvain
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

Client examples for arrays and Collections

2002-04-14 Thread Keld Helbig Hansen
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