Why do not you use Hashtable ( struct datatype in XML-RPC) as the return value of function?
----- Original Message ----- From: "Martin Gustavsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 7:49 PM Subject: Multiple return parameters > 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? > > Thanks in advance, > > /Martin > > > > >
