RE: java.lang.OutofMemory in large SOAP message

2005-01-04 Thread Sanket Desai
] Sent: Monday, January 03, 2005 8:14 PMTo: '[EMAIL PROTECTED]'Subject: RE: java.lang.OutofMemory in large SOAP message Have you looked at increasing the max size of your vm? -Original Message-From: Sanket Desai [mailto:[EMAIL PROTECTED]Sent: Monday, January 03, 2005 10:5

Re: java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Lyndon Tiu
If you can, try splitting up the results by requesting fewer records at a time. -- Lyndon Tiu

RE: java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Kozlow, Jan
Have you looked at increasing the max size of your vm? -Original Message-From: Sanket Desai [mailto:[EMAIL PROTECTED]Sent: Monday, January 03, 2005 10:59 AMTo: [EMAIL PROTECTED]Subject: java.lang.OutofMemory in large SOAP message Hi Guys,   I'm using

java.lang.OutofMemory in large SOAP message

2005-01-03 Thread Sanket Desai
Hi Guys,   I'm using SOAP message to pass a large dataset back to the client.   Basically I've a java RowSet which I'm converting to String using Base64Encoder & pass the encoded string back to the client. When I've really large number of records like 5000 or so, obviously the encoded strin