Java Technologies for Web Services - exchanging database rows between axis server and the client
Hi,
I have set up an axis server on my system, which runs oracle database. I now want to return my results to a client. Since my result can have many rows of the database, currently I am creating a comma separated list of my rows as a strings in my server and returning it to the client. Can someone give me a few pointers on better methods to exchange resultsets or rows of data between an axis server and its clients.
Thanks a lot!

