Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 74117 invoked from network); 8 Dec 2006 21:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 21:29:39 -0000 Received: (qmail 61158 invoked by uid 500); 8 Dec 2006 21:29:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 61108 invoked by uid 500); 8 Dec 2006 21:29:31 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 61097 invoked by uid 99); 8 Dec 2006 21:29:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 13:29:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 13:29:01 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14426714312 for ; Fri, 8 Dec 2006 13:28:24 -0800 (PST) Message-ID: <26316238.1165613304080.JavaMail.jira@brutus> Date: Fri, 8 Dec 2006 13:28:24 -0800 (PST) From: "Glen Daniels (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1823) Client API needs a method to access Current Message Context In-Reply-To: <23689705.1165266080987.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1823?page=comments#action_12456985 ] Glen Daniels commented on AXIS2-1823: ------------------------------------- Sanjiva: I actually made it an instance var of the ServiceContext, because some code paths through the stub objects don't use the ServiceClient, instead going direct to the OperationClient. I like the idea of leaving the switch there with the default to on, so I'll adjust appropriately, add a quick test case, and then close the issue. Shaoguang: Thanks for the comments and the issue. Glad to help. > Client API needs a method to access Current Message Context > ----------------------------------------------------------- > > Key: AXIS2-1823 > URL: http://issues.apache.org/jira/browse/AXIS2-1823 > Project: Apache Axis 2.0 (Axis2) > Issue Type: New Feature > Components: client-api > Reporter: Shaoguang Cong > Assigned To: Glen Daniels > > The generated client stub doesn't have a way to access MessageContext or SOAPHeader. Client would like to access the header upon returned from the service. It's ideal to add a getter method in the client stub or Service Client class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org