+

Search Tips   |   Advanced Search

Secure messages at the request generator using WSS APIs

We can secure SOAP messages by configuring signing information, encryption, and generator tokens to protect message integrity, confidentiality, and authenticity, respectively. This request (client-side) generator configuration defines the Web Services Security requirements for the outgoing SOAP message request.

To secure web services with WebSphere Application Server, configure the generator and the consumer security constraints. Therefore, in addition to securing messages at the request generator level, you must also secure messages at the response consumer level.

The request (client-side) generator configuration requirements involve generating a SOAP message request that uses a digital signature, incorporates encryption, and attaches security tokens.

To secure web service applications, specify several different configurations. Although there is no specific sequence to specify these different configurations, some configurations reference other configurations. For example, decryption configurations reference encryption configurations.

We can use the following interfaces to configure Web Services Security and to define policy types to secure the SOAP messages:

The following high-level steps use the WSS APIs:


Results

After completing these procedures, we have secured messages at the request generator level.


What to do next

Next, if not already configured, secure messages with signature verification, decryption, and consumer tokens at the response consumer (client-side) level.


Subtopics


Related tasks

  • Secure messages at the response consumer using WSS APIs
  • Sending self-issued SAML bearer tokens using WSS APIs
  • Sending self-issued SAML sender-vouches tokens using WSS APIs with message level protection
  • Sending self-issued SAML sender-vouches tokens using WSS APIs with SSL transport protection