Hi, I have a WSDL with several services defined. I would like to use the cxfbean: uri to define mock implementations of the generated JAX-WS stubs on Karaf as an alternative route to the real endpoints sitting outside of the runtime.
Is it possible to provide a single endpoint that can consume any incoming exchange as long as its service is defined in the WSDL or do I need to split and route (for example on SoapAction) to the correct JAXWS annotated bean for the service impl? Thanks, Jan