> Theoretically, there's no limit. But depending on how the SOAP runtime > deals with the messages, there may be a limit imposed by your system's > memory: i.e., if the SOAP runtime tries to load the message into memory > before processing. You'll need a stream-based processor to deal with > unlimited size.
Hear, hear. In particular, if you are contemplating using Apache SOAP 2.x, you should probably start looking at other solutions. Even for messages, the Apache SOAP 2.x client code is quite promiscuous in the number of in-memory copies it makes of the entire response payload. -- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>