SOAP handlers overview
- 11th Jan 2017
- 0
- 8122
- Logical Message handler overview Message handlers overview in JAX-WS SOAP Message handler overview What is handler in soap web service What is SOAP handler
Handlers are the message interceptors which does additional processing of the inbound and outbound messages. Inbound messages are the request messages (client to web service) Outbound messages are the response messages (web service to client) Additional processing of a SOAP message would be to add some additional information to SOAP headers or manipulate the values […]