See the samples- interop/* in particular has lots of arrays.
Sanjiva.
- Original Message -
From: "davout" <[EMAIL PROTECTED]>
To: "Apache Soap Dev List" <[EMAIL PROTECTED]>
Sent: Saturday, December 29, 2001 4:02 AM
Subject: Arrays as SOAP RPC input param
Can anybody give me some background on how to create SOAP calls that use
arrays as both inputs and method results?
Take the following example
public String[][] findNames(int[] anIDs);
This method receives an input of an array of ints and returns a two
dimensional array of strings.