Hi,

Is there a way to configure the camel-cxf component to register the
path for the WebService (= wsdl) under an existing instance of a Web
Application Server instead of creating a Jetty Server with the URL
address defined in the <cxf:cxfEndpoint address=""/>

WORK

    <!-- WebServices -->
    <cxf:cxfEndpoint id="wsService"
                     address="http://localhost:9090/pates/services/getAlias";
                     serviceClass="com.sfr.pates.GetAliasManager"/>

DOES NORT WORK

    <!-- WebServices -->
    <cxf:cxfEndpoint id="wsService"
                     address="services/getAlias"
                     serviceClass="com.sfr.pates.GetAliasManager"/>

Regards,


Charles Moulliard

Sr. Principal Solution Architect - FuseSource
Apache Committer

Blog : http://cmoulliard.blogspot.com
Twitter : http://twitter.com/cmoulliard
Linkedin : http://www.linkedin.com/in/charlesmoulliard
Skype: cmoulliard

Reply via email to