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 have

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
CTED] Enviado el: viernes, 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 resul

RE: SOAP message size limit with Axis

2004-05-14 Thread Lerena, Alberto
han a nice solution. Thank 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 axi

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 see

RE: SOAP message size limit with Axis

2004-05-13 Thread Nelson Minar
>When the request comes into the Handler (i'm using the axis stable >version 1.1), when i try to do an Long length = >message.getContentLength(), my Tomcat3 server prints out a nice >OutOfMemoryException, so i can't discard the long messages. Do you know about the -Xmx flag to the JVM to increase

RE: SOAP message size limit with Axis

2004-05-13 Thread Lerena, Alberto
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 Lerena, Alberto wrote: >Hi, > >I think

Re: SOAP message size limit with Axis

2004-05-12 Thread Aleksander Slominski
or 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 machin

RE: SOAP message size limit with Axis

2004-05-12 Thread Lerena, Alberto
quest 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 machin

Re: SOAP message size limit with Axis

2004-05-11 Thread Jim Murphy
actually worked with web 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 ma

RE: SOAP message size limit with Axis

2004-05-11 Thread Miller, Janet
t: 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 its a large message to parse into a DOM - not much is too large if you can stream parse it in one pass. Jim Murphy Mindreef, Inc. Miller, Janet wrote: >

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, bu

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 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

SOAP message size limit with Axis

2004-05-11 Thread Miller, Janet
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. 3.2MB will be the max and the message will initially be much smaller. The message will contain about 6-8 differen