Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 80047 invoked from network); 23 Nov 2004 07:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Nov 2004 07:29:53 -0000 Received: (qmail 71778 invoked by uid 500); 23 Nov 2004 07:29:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 71760 invoked by uid 500); 23 Nov 2004 07:29:52 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 71743 invoked by uid 99); 23 Nov 2004 07:29:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.68.1.20] (HELO relay.pair.com) (209.68.1.20) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 22 Nov 2004 23:29:51 -0800 Received: (qmail 30447 invoked from network); 23 Nov 2004 07:23:02 -0000 Received: from unknown (HELO dfduc05cq64kja) (unknown) by unknown with SMTP; 23 Nov 2004 07:23:02 -0000 X-pair-Authenticated: 220.247.231.158 Message-ID: <010401c4d12c$bf9f4970$0665a8c0@dfduc05cq64kja> From: "sanjaya singharage" To: "Apache AXIS C Developers List" References: <20041123035656.27721.qmail@web40621.mail.yahoo.com> Subject: Caching and restoring MessageData properties Date: Tue, 23 Nov 2004 13:19:18 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N In Call::Initialize(), properties in the member Call::m_handlerProperties, are populated to the MessageData object of the ClientAxisEngine. Where does the reverse happen (i.e. population of Call::m_handlerProperties with MessageData properties)? Or does it happen at all? Is this only for setting properties on the request path? Call::unInitialize() seems to be the choice for the reverse process, but it doesn't seem to happen in that method. can some one comment please? sanjaya.