Title: RE: ResultSet arguments

I guess I did something similar.  But, I never thought to try and serialize the ResultSet, per se.  I created serializable value objects that represented the contents of a "row" in the ResultSet and my WebService returns an array of these.

--- bhw

-----Original Message-----
From: Paolo Paganotto [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 07, 2002 8:55 AM
To: AXIS
Subject: ResultSet arguments


Hallo,
I need to send a ResultSet argument (obtained by a sql query) from a Java
server running AXIS to a C# .NET client.
I know that not every object can be serialized and so I would like to ask if
is it possible to send it as it is or if it is necessary to transform it in
something else before sending, or what else.
Has somebody done something similar?

Your help would be very appreciated.

best regards,
Paolo Paganotto

Reply via email to