Working with SOAP Message Handlers

WebLogic Server offers a way of intercepting incoming and outgoing SOAP messages with a SOAP message handler. SOAP message handlers can be run on either the Web Service client or in WebLogic Server with the actual Web Service. Message handlers can be used for many purposes, such as encryption and decryption. A Web Service client can run a handler that encrypts SOAP messages, and the server can run a handler that decrypts the message before it reaches the Web Service. In this way, SOAP messages are not sent in the clear over the Internet.

Message handlers can be grouped together to form chains. These message handlers can then work together to perform various modifications and inspections of the SOAP messages. ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.