Although nobody answers, here is some more information to the topic. My purpose is to pass large dataset (up to several thousands records) with SOAP. When I use standard way (session bean returns a collection of entity beans), passing 3500 records takes 5,5 minutes.
I have just tried to add another method to session bean, that iterates through the same collection of 3500 entity beans and writes data to string in text format (comma-separated). This operation is being performed on server-side, so Web-sevice method returns one string instead of 3500 beans. For this method, SOAP call takes 15 seconds against 5,5 minutes in previous case. My conclusion : bottleneck is in serializing collection of CMP to XML envelope in JBoss.NET . I still wonder is there any way to make this process faster ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828593#3828593 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828593 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
