Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 75804 invoked from network); 19 Apr 2005 10:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Apr 2005 10:23:32 -0000 Received: (qmail 84585 invoked by uid 500); 19 Apr 2005 10:23:16 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 84576 invoked by uid 500); 19 Apr 2005 10:23:16 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 84561 invoked by uid 99); 19 Apr 2005 10:23:16 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jayachandra@gmail.com designates 64.233.184.202 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 19 Apr 2005 03:23:16 -0700 Received: by wproxy.gmail.com with SMTP id 57so1736940wri for ; Tue, 19 Apr 2005 03:23:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=J3kIawDBHxL4FOcR0lj5xaieJEYUvraFRaMv5yzlemKMW+3Kwq/ChEl8KKsWXCkEelNsMSWVVuqfk6O6JOPF5dOR4sJf65tWd7UtvaOl7htdsgxexH8UkT49MRGX5wDol3aKQ1Yy35L3GGk3aQyo+4VcW/YpWHd+h+OXESSgK+c= Received: by 10.54.31.32 with SMTP id e32mr4314808wre; Tue, 19 Apr 2005 03:23:14 -0700 (PDT) Received: by 10.54.68.13 with HTTP; Tue, 19 Apr 2005 03:23:14 -0700 (PDT) Message-ID: <57023d1305041903232fdb1b1c@mail.gmail.com> Date: Tue, 19 Apr 2005 15:53:14 +0530 From: jayachandra Reply-To: jayachandra To: axis-user@ws.apache.org, axis-dev@ws.apache.org Subject: Resetting of message context in call.invoke(). Why? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi there! I'm writing a small TestClient to do jaxrpc style invocation of a webservic= e.=20 I'm interested in setting a property (SOAPMessage.CHARACTER_SET_ENCODING) to a different value than the default. But call.setProperty() did not allow me to set this property (it's of type javax.xml.soap.character-set-encoding). As a workaround I've obtained the MessageContext object of the call object and tried to set this property inside that object. But unfortunately, after a while in the execution flow a forceful resetting of messageContext in Call.java invoke() method (at line number 2615) is annulling all my properties information. Why should the messageContext be reset?=20 Any help will be greatly appreciated. Thank you, Jayachandra