JAX-Ws to Spring Integration bridge
Hi Everyone,
I have a requirement to use JAX-WS webservice in the front and Spring Integration components to implement the back end logic.
I know that Spring WS gels very well with the SI components. I can just have a PayloadRootQNameEndpointMapping and push it to the SimpleWebServiceInboundGateway.
But we need to have the webservice as JAX WS Endpoint and be able to pass the control to these inbound gateways depending on whichever method is called.
Any pointers? Code snippets? Thanking a ton in anticipation.