You might want to have a look Glen Mazza's site http://www.jroller.com/gmazza/entry/blog_article_index In particular, he has some links on Handlers (general JAX-WS APIs) and CXF Interceptors (specific to CXF)
Also - I know that CXF has a newer version 2.7.x - http://cxf.apache.org/download.html Not sure if that matters. *Other Topics* 1. Customizing and enhancing generated JAXB classes during the WSDL-to-Java process<http://www.jroller.com/gmazza/entry/enhancing_jaxb_artifacts> *(July 2012)* 2. Adding JAX-WS handlers to web services and SOAP clients<http://www.jroller.com/gmazza/entry/jaxws_handler_tutorial> *(June 2012)* 3. Replacing JAX-WS handlers with Apache CXF interceptors<http://www.jroller.com/gmazza/entry/jaxwshandlers_to_cxfinterceptors> *(July 2012)* 4. Activating schema validation of SOAP requests and responses<http://www.jroller.com/gmazza/entry/soap_xml_schema_validation> *(Aug. 2010)* 5. Switching from SOAP 1.1 to SOAP 1.2 messages<http://www.jroller.com/gmazza/entry/switch_soap11_to_soap12> *(Jan. 2012)* 6. Incorporating implicit SOAP headers into web service calls<http://www.jroller.com/gmazza/entry/implicit_soap_headers> *(July 2012)* 7. Calling RPC/encoded web services from JAX-WS clients<http://www.jroller.com/gmazza/entry/calling_rpc_encoded_web_services> *(June 2012)* 8. Making asynchronous web service calls<http://www.jroller.com/gmazza/entry/asynchronous_web_service_calls> *(June 2012)* 9. Using XSLT to organize SOAP contracts (WSDLs and XSDs)<http://www.jroller.com/gmazza/entry/soap_contract_xslt_cleanup> *(July 2012)* * * On Wed, Oct 10, 2012 at 10:21 AM, Helen C <[email protected]> wrote: > Hi, > > > > I would like to know how to intercept a SOAP response and manually parse > this specific incoming SOAP response/message. > > I am new to using cxf. I am using cxf 2.5.3. Does anyone have some sample > code or ideas on how to do this? > > > > Thanks, > > Helen > -- Mark * *
