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 31C4A4363 for ; Mon, 9 May 2011 16:21:41 +0000 (UTC) Received: (qmail 51529 invoked by uid 500); 9 May 2011 16:21:40 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 51475 invoked by uid 500); 9 May 2011 16:21:40 -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 51467 invoked by uid 99); 9 May 2011 16:21:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 16:21:40 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of monish.unni@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 16:21:35 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1QJTCs-0005Pq-OG for users@cxf.apache.org; Mon, 09 May 2011 09:21:14 -0700 Date: Mon, 9 May 2011 09:21:14 -0700 (PDT) From: cogitate To: users@cxf.apache.org Message-ID: <1304958074746-4382262.post@n5.nabble.com> In-Reply-To: References: <1304911151802-4381005.post@n5.nabble.com> Subject: Re: cxf-2.4.0 pattern match StaxTransformFeature? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit thanks sergey for the explanation - i use the StaxTransformFeature assymetrically as i illustrate below. in my scenario, the server is obviously pretending to be a soap service ( i.e it has wsdls ) but the payload doesn't comply to the xsds w.r.t namespaces. in fact , this is a third party vendor. what i do have is control over package-info.java ( in jaxb ) and with some nifty removal and additions of default interceptors in the incoming message i am able to marshal the message(s) back to jaxb objects. i must say, i have to use JAX-WS route since the 3rd party sends back SOAP faults defined in the wsdl. this is the need for my somewhat weird regex matching question ... iow , i only have outTransformElements configured in my StaxTransformFeature. i guess, if we do have a regex feature, it'd be quite powerful - and i do understand your concerns given how that can be abused :) hope my explanation makes some sense.. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-2-4-0-pattern-match-StaxTransformFeature-tp4381005p4382262.html Sent from the cxf-user mailing list archive at Nabble.com.