Hi,

I think the problem isn't the size of the soap message, but the number of elements it 
has.

I had a problem with messages around 1 MB whose were formed by an Array of strings 
with 80.000 items, so I had memory DoS problems.

The solution was to implement an Axis Handler to Limit the Request 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 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:
> I will be getting one message of that size every minute.
> 
> I am new to Web Services, so it will take awhile before I can try it.
> Also, the Web Service is not available yet.
> 
> -----Original Message-----
> From: Nelson Minar [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 11, 2004 3:25 PM
> To: [EMAIL 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 back! I think it should work OK,
> but the details depend a lot on what's in the messages and how many of
> them you're getting at once.
> 


---------------------------------------------------------------------------
Este mensaje se dirige exclusivamente a su destinatario y puede contener
informacion privilegiada o confidencial. Si no es vd. el destinatario 
indicado, queda notificado de que la utilizacion, divulgacion y/o copia sin 
autorizacion esta prohibida en virtud de la legislacion vigente. Si ha
recibido este mensaje por error, le rogamos que nos lo comunique. 
 
This message is intended exclusively for its addressee and may contain 
information that is CONFIDENTIAL and protected by professional privilege.
If you are not the intended recipient you are hereby notified that any
dissemination, copy or disclosure of this communication is strictly
prohibited by law. If this message has been received in error, please
immediately notify us via e-mail and delete it. 
---------------------------------------------------------------------------

Reply via email to