Hi, In the application that I am building using Axis2, the data sent to the client from the database can be very, very large. I chose to send the data to the client in an XML stream that is compressed. This allows MTOM in Axis2 to optimize the the handling of the large reply.
If you want more details, just ask. Troy -----Original Message----- From: Kencana [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 5:20 AM To: [email protected] Subject: Returning arrayList Hi all, Lets say, there are many fields on the database table. so when user wants to retrieve all the data, basically what i did in normal java application is I bind it to an arrayList. so my question is, can axis return arrayList data type? or is there any other solution to let user retrieve all the data from the table fields and bind it to the xml file. for example: <user> <name>Kencana</name> <gender>female</gender> </user> <user> <name>Bob</name> <gender>Male</gender> </user> sorry for my poor explanation, I hope you guys can understand what I am trying to do Thanks Regards, Kencana -- View this message in context: http://www.nabble.com/Returning-arrayList-tf3691291.html#a10320177 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
