Hi Guillaume,

Could you review my patch for the cxf soap component ?
I finally made it out after studying the ServiceMix JSR181 component for a while.

Willem.


Willem Jiang (JIRA) wrote:
     [ 
https://issues.apache.org/activemq/browse/CAMEL-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang updated CAMEL-180:
-------------------------------

    Attachment: cxfsoap.patch

This patch implements the soap component by calling the CXF soap binding's 
interceptors to do the soap relate work.
The unit test is CxfSoapTest, which show how to send input stream to the soap 
consumer and how to send the source object to a soap provider.

This patch is not include the Spring configuration support. I will create an other JIRA to trace this.

CXF soap component
------------------

                Key: CAMEL-180
                URL: https://issues.apache.org/activemq/browse/CAMEL-180
            Project: Apache Camel
         Issue Type: Sub-task
         Components: camel-cxf
   Affects Versions: 1.2.0
           Reporter: Willem Jiang
            Fix For: 1.3.0

        Attachments: cxfsoap.patch


In camel we want to create the soap endpoint which can leverage the CXF soap interceptors to do the soap message processing. In this case we do not want to create the endpoint with the SEI , we just want to create the endpoint with WSDL. this task includes these subtask *Supporting to create server and client without SEI *Supporting the Spring configuration of the CXF soap endpoint *Processing the inMessage and outMessage


Reply via email to