Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 509129CA9 for ; Wed, 15 Feb 2012 08:20:00 +0000 (UTC) Received: (qmail 69412 invoked by uid 500); 15 Feb 2012 08:19:59 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 69344 invoked by uid 500); 15 Feb 2012 08:19:58 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 69325 invoked by uid 99); 15 Feb 2012 08:19:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 08:19:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of guy@atomikos.com designates 67.227.172.79 as permitted sender) Received: from [67.227.172.79] (HELO host12.emwd.com) (67.227.172.79) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 08:19:49 +0000 Received: from 156-204-145-178.mobileinternet.proximus.be ([178.145.204.156] helo=[172.20.10.2]) by host12.emwd.com with esmtpa (Exim 4.69) (envelope-from ) id 1Rxa5H-00049r-Io for users@cxf.apache.org; Wed, 15 Feb 2012 03:19:28 -0500 From: Guy Pardon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: JAXWS client with XPath Date: Wed, 15 Feb 2012 09:19:21 +0100 Message-Id: <49457D98-BBFC-4CE6-8E03-23DF9A47E2F9@atomikos.com> To: users@cxf.apache.org Mime-Version: 1.0 (Apple Message framework v1082.1) X-Mailer: Apple Mail (2.1082.1) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host12.emwd.com X-AntiAbuse: Original Domain - cxf.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - atomikos.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, Any pointers on how I can write a JAXWS client that uses XPath to filter = the response from a service? For instance, to extract only the known = content, like in consumer-driven contracts. Thanks Guy=