The security handler on the request sender side of the SOAP message enforces the security constraints, located in the ibm-webservicesclient-ext.xmi file,
and bindings, located in the ibm-webservicesclient-bnd.xmi file.
These constraints and bindings apply both to J2EE application clients or when
Web services is acting as a client. The security handler acts on the security
constraints before sending the SOAP message. For example, the security handler might digitally sign the message, encrypt the message, create a time stamp,
or insert a security token.
The security handler on the request sender side of the Simple Object Access Protocol (SOAP) message enforces the security constraints, located in the ibm-webservicesclient-ext.xmi file,
and the bindings, located in the ibm-webservicesclient-bnd.xmi file.
These constraints and bindings apply both to J2EE application clients or when
Web services is acting as a client. The security handler acts on the security
constraints before sending the SOAP message. Request sender security constraints must match the security constraint requirements defined in the request receiver.
For example, the security handler might digitally sign the message, encrypt the message, create a time stamp, or insert a security token. You can specify the following security requirements for the request sender and apply them to the SOAP message:
Important distinction between Version 5.x and Version 6 applications
Note: The information in this article supports version 5.x applications only that are used with WebSphere Application Server Version 6. The information does not apply to version 6 applications.
Related concepts
Response sender
Response receiver
Request receiver