RE: SOAP message size limit with Axis

2004-05-15 Thread Nelson Minar
The problem is that if I increase the JVM memory, if the request length increases too, i will have the same problem. Understood. I still don't fully understand how this works in Axis, but if you really need to solve this problem you should dive into Axis' support for streaming messages. I

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
you for your help :D -Mensaje original- De: Nelson Minar [mailto:[EMAIL PROTECTED] Enviado el: viernes, 14 de mayo de 2004 0:08 Para: [EMAIL PROTECTED] Asunto: RE: SOAP message size limit with Axis When the request comes into the Handler (i'm using the axis stable version 1.1), when i

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
, 14 de mayo de 2004 0:38 Para: [EMAIL PROTECTED] Asunto: Re: SOAP message size limit with Axis We've been having possibly similar problems, and traced it into axis. Apparently, axis does a lot of short-term object creation during serialization, which can result in OutOfMemoryExceptions

RE: SOAP message size limit with Axis

2004-05-13 Thread Lerena, Alberto
related to my problem :S So if anybody has an idea of how to arrange it, i will be very thankful :D -Mensaje original- De: Aleksander Slominski [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 12 de mayo de 2004 19:33 Para: [EMAIL PROTECTED] Asunto: Re: SOAP message size limit with Axis

Re: SOAP message size limit with Axis

2004-05-13 Thread Peter Molettiere
We've been having possibly similar problems, and traced it into axis. Apparently, axis does a lot of short-term object creation during serialization, which can result in OutOfMemoryExceptions for reasonably large data sets (30M), even with -Xmx set to values up to 1.5G. In a profiler we can

RE: SOAP message size limit with Axis

2004-05-12 Thread Lerena, Alberto
size. Alberto Lerena -Mensaje original- De: Jim Murphy [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de mayo de 2004 21:48 Para: [EMAIL PROTECTED] Asunto: Re: SOAP message size limit with Axis Thats a pretty large SOAP message - I hope you have lots of RAM in the server machine. I

Re: SOAP message size limit with Axis

2004-05-12 Thread Aleksander Slominski
for an array. thanks, alek -Mensaje original- De: Jim Murphy [mailto:[EMAIL PROTECTED] Enviado el: martes, 11 de mayo de 2004 21:48 Para: [EMAIL PROTECTED] Asunto: Re: SOAP message size limit with Axis Thats a pretty large SOAP message - I hope you have lots of RAM in the server machine. I

Re: SOAP message size limit with Axis

2004-05-11 Thread Nelson Minar
I will be accessing a Web Service written using Axis. The messages will be about 3.2MB or less in size. I'm wondering if I will have performance issues parsing a message of this size. I suggest you just try it and report back! I think it should work OK, but the details depend a lot on what's in

RE: SOAP message size limit with Axis

2004-05-11 Thread Miller, Janet
PROTECTED] Cc: Miller, Janet Subject: Re: SOAP message size limit with Axis I will be accessing a Web Service written using Axis. The messages will be about 3.2MB or less in size. I'm wondering if I will have performance issues parsing a message of this size. I suggest you just try it and report

Re: SOAP message size limit with Axis

2004-05-11 Thread Jim Murphy
message size limit with Axis I will be accessing a Web Service written using Axis. The messages will be about 3.2MB or less in size. I'm wondering if I will have performance issues parsing a message of this size. I suggest you just try it and report back! I think it should work OK

RE: SOAP message size limit with Axis

2004-05-11 Thread Miller, Janet
PROTECTED] Cc: Miller, Janet Subject: Re: SOAP message size limit with Axis I will be accessing a Web Service written using Axis. The messages will be about 3.2MB or less in size. I'm wondering if I will have performance issues parsing a message of this size. I suggest you just try

Re: SOAP message size limit with Axis

2004-05-11 Thread Jim Murphy
services yet. Jan -Original Message- From: Jim Murphy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: Re: SOAP message size limit with Axis Thats a pretty large SOAP message - I hope you have lots of RAM in the server machine. I should say