You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2007/10/15 10:06:23 UTC

[jira] Created: (CAMEL-180) CXF soap component

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


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



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-180) CXF soap component

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-180.
--------------------------------

    Resolution: Fixed

the patch is in the trunk

> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (CAMEL-180) CXF soap component

Posted by Willem Jiang <wi...@gmail.com>.
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
>>     
>
>   


[jira] Updated: (CAMEL-180) CXF soap component

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-180) CXF soap component

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40433 ] 

Guillaume Nodet commented on CAMEL-180:
---------------------------------------

Awesome,  I will have a look at it asap :-)

> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.