RE: SOAP client giving outofmemoryerror

2001-12-26 Thread graham glass
To: [EMAIL PROTECTED] Subject: RE: SOAP client giving outofmemoryerror Hi Ashish, You will probably need to implement soap over ftp (Just kidding). If you are sending that kind of data in a RPC call than there is something fundamentally wrong with your design. Abhinav Gupta FirstRain Inc

RE: SOAP client giving outofmemoryerror

2001-12-26 Thread Uzay Takaoglu
> Prouct Engineering > -Original Message- From: ashish ranjan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 2:50 PM To: Abhinav Gupta Cc: [EMAIL PROTECTED] Subject: RE: SOAP client giving outofmemoryerror Hi, Thanks for the response. The outofmemory error is

RE: SOAP client giving outofmemoryerror

2001-12-26 Thread ashish ranjan
Hi, Thanks for the response. The outofmemory error is due to the JVM limitation. I need to send 5-10 MB of image data to an applet. i have following options: 1.plain cgi 2.Com/dcom 3.Corba I wanted the things to be simple and hence chose SOAP. I think we should be able to send large chunks of da

RE: SOAP client giving outofmemoryerror

2001-12-26 Thread Abhinav Gupta
Hi Ashish, You will probably need to implement soap over ftp (Just kidding). If you are sending that kind of data in a RPC call than there is something fundamentally wrong with your design. Abhinav Gupta FirstRain Inc. NY -Original Message- From: ashish ranjan [mailto:[EMAIL PR