JAX-WS SOAP handler Service side

For basic understanding of SOAP handlers please go through SOAP handler overview article. Now we know that handlers can be used to intercept the incoming or outgoing SOAP messages. In this article, we will learn about defining the SOAP handler at the server side. Requirement Create a web service and attach a handler to it. […]

Share this article on

JAX-WS SOAP handler client side

In the previous article, We have created a web service and attached a handler to retrieve the client MAC address in header block, for every incoming SOAP message. In this article, we will create a web service client which can access the web service published in previous article. Most important thing here is to define […]

Share this article on
< Previous Next >