You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Keld Helbig Hansen <kh...@maerskdata.dk> on 2002/04/15 09:02:05 UTC

Client examples for arrays and Collections

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 part - it's the client that's the
problem.