Hello Everyone, I have a REST service, created with CXF 2.7.11. Within this service, it is necessary to call out to another REST service, belonging to one of our company vendors. I would like to use WebClient for this, but I am running into some problems. The vendor REST service has a completely different namespace, and also a different schemaLocation which is mandatory. As far as I know, the schemaLocation needs to be added as a directive to the marshaller. This is problematic because the webclient is picking up the jaxb context from the REST service in which it is embedded. I have searched all over but there is very little documentation I could find on WebClient, and nothing at all related to how you configure the marshaller inside of it. Any help or suggestions would be greatly appreciated.
Thanks, Aaron
