aspose file tools
The moose likes Web Services and the fly likes Apache AXIS - How big is too big? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Apache AXIS - How big is too big?" Watch "Apache AXIS - How big is too big?" New topic
Author

Apache AXIS - How big is too big?

Pat Dennis
Greenhorn

Joined: Apr 19, 2005
Posts: 12
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
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


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Apache AXIS - How big is too big?
 
Similar Threads
Is any one working on SOA based projects?
NoSuchMethodError in my Axis Client
Web Service in WebLogic
EAR file
Migrating from Axis to WebSphere stack