Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 10500 invoked from network); 31 May 2007 12:23:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 12:23:08 -0000 Received: (qmail 85585 invoked by uid 500); 31 May 2007 12:23:05 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 84648 invoked by uid 500); 31 May 2007 12:23:03 -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: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 84637 invoked by uid 99); 31 May 2007 12:23:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 05:23:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ruchith.fernando@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 05:22:58 -0700 Received: by wa-out-1112.google.com with SMTP id j37so210561waf for ; Thu, 31 May 2007 05:22:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dk6jK1TY/W2IfDP07lZ7iRcVLM8YPSeVy3vORnFANNE4fYfQnKOvMvi83d0blyhuhDEgvOEOr2spg314BYj4EEOuJoGpeGDWVqh/uN9MXayuRBTg72AnToReLUZXbGhQNg4BUm/jRDLK8wnvfJV/mM6UzU75dkBAIi/mWXLpuOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fxo9C7CUOk6icvTyxkJFfveasePxfO21tUM2Os4tSDRIIwSJ4FpLst8sLtSW3ZgiDnjllxouDRDAAmheyLeNh+M3tqqkbLSVszz7aKzgYuWzdjbSelCsma1jd0yellOLiqDXRLJx1ccJwh4mh096/nVzp4vZMjBtg4c7U1X+EUk= Received: by 10.114.112.1 with SMTP id k1mr596630wac.1180614158055; Thu, 31 May 2007 05:22:38 -0700 (PDT) Received: by 10.115.18.18 with HTTP; Thu, 31 May 2007 05:22:38 -0700 (PDT) Message-ID: <559c463d0705310522j64ba7196le850bccb4ec04671@mail.gmail.com> Date: Thu, 31 May 2007 17:52:38 +0530 From: "Ruchith Fernando" To: axis-user@ws.apache.org Subject: Re: Axis2: Retrieving particular tags from SOAP message headers In-Reply-To: <003f01c7a305$2d8e4150$8a0c010a@TechULaptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <003f01c7a305$2d8e4150$8a0c010a@TechULaptop> X-Virus-Checked: Checked by ClamAV on apache.org Hi Inder, Axis2 uses AXIOM[1] as the object model and you can use the AXIOM API [2] to navigate the XML nodes of a SOAP envelope. Also AXIOM has XPath support [3]. Thanks, Ruchith [1] http://ws.apache.org/commons/axiom/ [2] http://ws.apache.org/commons/axiom/OMTutorial.html [3] http://wso2.org/library/265 On 5/31/07, Inder Dhillon wrote: > > > > > Hello > > > > I wanted to find some specific XML tags in the headers of the SOAP message > and retrieve the corresponding content. Can someone please suggest me how to > do it. > > > > Thanks > > Inder -- www.ruchith.org www.wso2.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org