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 2009/07/08 16:04:07 UTC

[jira] Assigned: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode

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

Willem Jiang reassigned CAMEL-1810:
-----------------------------------

    Assignee: Willem Jiang

> 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
>            Assignee: Willem Jiang
>         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.