Steve,

When receiving the message, Apache SOAP will have, I think, 2 copies 
of the original message text, as well as a copy parsed into a DOM.  
The Java VM heap size on the server must be large enough to contain 
this for your largest message (or, conversely, your largest message 
must be able to fit in the VM heap).

Scott Nichol

----- Original Message -----
From: "Steve Stacey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 08:57
Subject: Are there limitation on the size of the Envelope

> 
> I am communicating with a MS SOAP Service from a java SOAP client.
> 
> We own the development efforts for both pieces. Under certain situations I
> have the need to send a large amount of data to the SOAP Service.
> 
> Is there a limitation (understanding performance impacts) on the size of the
> SOAP envelope?
> 
> Thanks,
> 
> Steve
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.443 / Virus Database: 248 - Release Date: 1/10/2003
> 
> 


Scott Nichol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to