How much data can be returned from a call to an Apache AXIS SOAP service?
What is the optimal limit of data, i.e. at what amount of data do you start to take a performance hit?
Thanks,
Patrick
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
I have seen discussions by people sending 1-2 megabyte sized messages, but as attachments, not in the main body. As I recall, Axis builds a complete DOM in memory before sending the body - that could be very resource consuming if it is a large and complex message. Bill