I am calling a web service with a client provided by a third party. It is using Axis 1.1 and I am running inside Tomcat 6 with Java 6. The response can be VERY large (~50 MB). Through JProbe, I have realized that it will hang on to a large amount of data after the web service has finished executing, mostly inside of the MessageContext object.
Am I doing something wrong? Is there some way to clear this data or avoid it being stored in the first place? Thanks in advance! -- View this message in context: http://www.nabble.com/MessageContext-storring-large-amounts-of-data-tp24612708p24612708.html Sent from the Axis - User mailing list archive at Nabble.com.