Hello, I configured the rsClient as follows: <cxf:rsClient id="rsClient" loggingFeatureEnabled="true" address="http://localhost:${port}/${something}/get/data"/>
In the route, I would like to use the address that is configured within the cxf:rsClient and add additional query parameters. <route> <from uri="direct:test"> <to uri="cxfrs://bean://rsClient?...> // Append ?param1=value to the address </route> I know that I could use the "CamelDestinationOverrideUrl" to completely replace the address but I would like to use what was configured as my basis. Any suggestion is greatly appreciated. thanks, sunil. -- View this message in context: http://camel.465427.n5.nabble.com/cxf-rsClient-Append-to-Address-that-was-already-configured-tp5784465.html Sent from the Camel - Users mailing list archive at Nabble.com.