Can you please file a bug for this at:

http://issues.apache.org/jira/

for project Axis

Thanks.

Tim

Vy Ho wrote:
That does it. The memory no longer go up. The way I do it is inside the generated stub, I wrap the call with a try/catch/finally, and in that, I put your code below. I am not sure if this is the best way of doing it. However, I am just testing. I won't use this code though.

In client-side stub code, look for the call object and try:

Call.getMessageContext().getRequestMessage().getSOAPEnvelope().getRecorder().clear();


-- Lyndon Tiu







Reply via email to