On 27 Nov 2003, at 10:49, Martin Gustavsson wrote:
I'm writing a program that will act as a server for another program making XML/RPC calls. My problem is that the program making the call is expecting multiple return values. Obviously Java doesn't support returning multiple values from a function call, but is there away around this?Return a Vector result with each element of the array being one return value.
John Wilson The Wilson Partnership http://www.wilson.co.uk
