[ 
https://issues.apache.org/activemq/browse/CAMEL-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Seumas Soltysik updated CAMEL-1810:
-----------------------------------

    Attachment: camel-1810.patch

Attaching patch for 1810.

> Using camel-cxf component requires service class even in PAYLOAD or MESSAGE 
> mode
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-1810
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1810
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Seumas Soltysik
>         Attachments: camel-1810.patch
>
>
> Currently, when creating a cxf-endpoint, a service class is required even 
> when running in PAYLOAD or MESSAGE mode. A service class should only be 
> necessary when running in POJO mode.
> Therefore it should be possible to define a cxf endpoint in the following 
> manner:
>    <cxf:cxfEndpoint id="serviceEndpoint" 
> address="http://localhost:9000/PersonService/";
>                                  wsdlURL="person.wsdl"
>                    endpointName="person:soap"
>                    serviceName="person:PersonService"                   
>                    xmlns:person="http://camel.apache.org/wsdl-first";>
>    </cxf:cxfEndpoint>

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

Reply via email to