The Service Call documentation here: https://camel.apache.org/components/3.18.x/eips/serviceCall-eip.html#_static_service_discovery talks about setting a global service call configuration by using the context.setServiceCallConfiguration(globalConf); method. However, that method seems to have been removed from the CamelContext interface starting with camel 3.0. The method is still on the DefaultCamelContext class though, so I feel like I’m missing something.
I’ve looked around to try and find how I should specify a global service call configuration but I’m not having any luck. Can someone point me in the right direction, please? Thanks David Harris