- The SOAP message handlers are defined in the webservices.xml deployment descriptor file, which is stored at the web service endpoint.
- A group of handlers form a handler chain.
- The handler contains a method for a SOAP request and response.
- The handlers intercept either the SOAP request or response message between the client and the server and process SOAP header blocks.
|
|