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 6131595EA for ; Wed, 21 Mar 2012 15:28:05 +0000 (UTC) Received: (qmail 75095 invoked by uid 500); 21 Mar 2012 15:28:03 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 75039 invoked by uid 500); 21 Mar 2012 15:28:03 -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 Delivered-To: moderator for users@cxf.apache.org Received: (qmail 58051 invoked by uid 99); 21 Mar 2012 15:23:39 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of eric.bender@ihg.com does not designate 216.139.236.26 as permitted sender) Date: Wed, 21 Mar 2012 08:23:11 -0700 (PDT) From: Castyn To: users@cxf.apache.org Message-ID: <1332343391917-5583229.post@n5.nabble.com> Subject: Creating an Interceptor to modify SOAP Faults MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings, I am fairly new to CXF but have run into an issue that I believe requires some fairly advanced customization of interceptors. I have a CXF consumer setup that I have schema validation turned on in. When a client sends messages to the consumer if the message is not formatted properly it will send back a SOAP fault. I would like the ability to edit this SOAP fault before it is sent back so I can set more meaningful SOAP fault messages. I was hoping for some direction as to how I can create a custom interceptor and have it in the SOAP Fault chain, or to at least get pointed towards a simple example of how such things are created. Much appreciated! -- View this message in context: http://cxf.547215.n5.nabble.com/Creating-an-Interceptor-to-modify-SOAP-Faults-tp5583229p5583229.html Sent from the cxf-user mailing list archive at Nabble.com.