Web services: Server security bindings collection
Use this page to view a list of server-side binding configurations for Web Services Security.
This console page applies only to Java API for XML-based RPC (JAX-RPC) applications.
To view this console page:
- Click Applications > Application Types > WebSphere enterprise applications > application_name.
- Under Modules, click Manage modules > URI_name.
- Under Web Services Security Properties, click Web services: Server security bindings.
Depending on the assigned security role when security is enabled, you might not have access to text entry fields or buttons to create or edit configuration data. Review the administrative roles documentation to learn more about the valid roles for the application server.
Port
Port in which messages are received from the request generator.
Web service
Name of the web service defined during application assembly.
Request consumer (receiver) binding
Binding configuration used to receive request messages from the request generator (sender) binding.
Click Edit custom to configure the required and additional information such as signing information, key information, token consumers, key locators, intermediate certificates in the collection certificate store, and trust anchors.
The binding information for the request consumer specified for the server must match the binding information for the request generator specified for the client.
Response generator (sender) binding
Binding configuration used to send response messages to the response consumer.
Click Edit custom to configure the required and additional information such as signing information, key information, token generators, key locators, and intermediate certificates in the collection certificate store.
The binding information for the response generator specified for the server must match the binding information for the response consumer specified for the client.
Request receiver binding
Binding configuration used to receive request messages from the request sender binding.
Click Edit to configure additional properties for the request receiver such as signing information, encryption information, trust anchors, collection certificate stores, key locators, trusted ID evaluators, and login mappings.
The binding information for the request receiver specified for the server must match the binding information for the request sender specified for the client.
Response sender binding
Binding configuration used to send response messages to the response receiver.
Click Edit to configure additional properties for the response sender such as signing information, encryption information, and key locators.
The binding information for the response sender specified for the server must match the binding information for the response receiver specified for the client.
Related tasks
Configure token generators using JAX-RPC to protect message authenticity at the application level
Request consumer (receiver) binding configuration settings
Response generator (sender) binding configuration settings
Web services: Client security bindings collection