[
https://issues.apache.org/jira/browse/CAMEL-21683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-21683.
---------------------------------
Resolution: Fixed
> camel-cxf - Configure jax-rs consumer via CxfRsEndpoint bean
> ------------------------------------------------------------
>
> Key: CAMEL-21683
> URL: https://issues.apache.org/jira/browse/CAMEL-21683
> Project: Camel
> Issue Type: Improvement
> Components: camel-cxf
> Reporter: Federico Mariani
> Assignee: Federico Mariani
> Priority: Major
> Fix For: 4.10.0
>
>
> Right now, Cxf Services (SOAP) can be configured via CxfEndpoint myEndpoint,
> from("cxf:bean:myEndpoint")...
> The CxfRs follows another strategy that may break the interoperability with
> Cxf SOAP services, moreover, it would be nice to have the CXFs behaviour
> aligned.
> {code:java}
> @Bean
> CxfRsEndpoint myCxfRsEndpoint() { ... }
> from("cxfrs:bean:myCxfRsEndpoint")...
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)