This topic explains how to configure the HTTP outbound transport level security for a Web service using Java properties
This task is one of three ways that you can configure HTTP outbound transport-level security for a Web service that is acting as a client to another Web service. You can also configure the HTTP outbound transport level security with the administrative console or an assembly tool. However, you can also use this task to configure the HTTP outbound transport-level security for a Web service client.
If you choose to configure the HTTP outbound transport-level security with the administrative console or an assembly tool, the Web services security binding information is modified.
If you configure the HTTP outbound transport-level security using Java properties, the properties are configured as system properties. However, the configuration specified in the binding takes precedence over the Java properties.
You can configure the HTTP outbound transport-level security using WebSphere SSL properties or JSSE SSL properties. However, the WebSphere SSL properties take precedence over the JSSE SSL properties.
Configure the HTTP outbound transport-level security with the following steps provided in this task section.
com.ibm.ssl.protocol com.ibm.ssl.keyStoreType com.ibm.ssl.keyStore com.ibm.ssl.keyStorePassword com.ibm.ssl.trustStoreType com.ibm.ssl.trustStore com.ibm.ssl.trustStorePassword
ResultYou have configured the HTTP outbound transport-level security for a Web service acting as a client to another Web service.
Related concepts
HTTP basic authentication
Related tasks
Configuring Federal Information Processing Standard Java Secure Socket Extension files
Securing Web services for version 5.x applications based on WS-Security
Related reference
HTTP SSL Configuration collection