[
https://issues.apache.org/jira/browse/CAMEL-8096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang resolved CAMEL-8096.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.15.0
Applied the patch into camel master, camel-2.14.x and camel-2.13.x branches.
> CxfEndpoint schema should support to publishEndpointUrl from the element
> attribute
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-8096
> URL: https://issues.apache.org/jira/browse/CAMEL-8096
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.13.3, 2.14.0
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Priority: Minor
> Fix For: 2.13.4, 2.14.1, 2.15.0
>
>
> We need to update the schema definition as camel-cxf already support to setup
> the publishEndpointUrl option out of box.
> The work around is define the publishEndpointUrl from the endpoint properties
> just like this.
> {code}
> <cxf:cxfEndpoint id="routerEndpoint"
> address="http://localhost:9090/CxfGreeterConverterRouterTest/CamelContext/RouterPort"
> serviceClass="org.apache.hello_world_soap_http.Greeter"
> endpointName="s:SoapPort"
> serviceName="s:SOAPService"
> xmlns:s="http://apache.org/hello_world_soap_http">
> <cxf:properties>
> <entry key="publishedEndpointUrl"
> value="http://www.simple.com/services/test" />
> </cxf:properties>
>
> </cxf:cxfEndpoint>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)