New Message Handler Wizard: Specify SOAP Message Handler Class Information

See Also 

The New Message Handler Wizard wizard creates a new message handler. You open the New Message Handler Wizard wizard by right-clicking a web application, choosing New > Other and selecting Message Handler from the Web Services category.

SOAP message handlers are user-written Java classes that can modify a SOAP message, which represents an RPC request or response. Handlers can be associated with a web service or web service client. A handler has access to the body and header blocks of a message, but not to the application code. Handlers are usually designed to work with the header blocks and to supplement the processing done by the application code.

Typical uses of handlers include:

In the Name and Location page, you have to set the following properties:

See Also
About Web Services

Legal Notices