Hi All,
Can you Explain in brief how JAX-WS works with Spring. I Know JAX-WS is using JAXB for un/marshaling but when it comes in picture in terms of flow. For e.g. lets say there is a service called entityEmployeeService (WebService). 1) UI makes a HTTP request for service entityEmployeeService, then what will happen technically and flow.
Note - Majorly i want to know where marshaling and unmarshaling done in the flow of request to entityEmployeeService.
Thanks Vinay