Advertisment

How to create a simple JAX-RPC handler

author-image
CIOL Bureau
Updated On
New Update

JAX-RPC handlers allow you to intercept a SOAP message at various times during a service invocation. Handlers can exist on both the client and the server side and If you use JAX-RPC on the client side, you can have a handler process a SOAP request message right before it goes on the network, and you can process the response message before it is returned to the client.

Click here for more...!

tech-news