Specify Connection Property Values with the REST API

If using the REST API to specify SOAP Adapter connection properties, the property values to specify are different than those specified in the Connections page of Oracle Integration. If you incorrectly specify these values, the security policy is changed and you receive runtime errors.

To correctly configure these properties, specify the following values as JSON input:
Configuration Property If Yes, Set the Property as Follows: If No, Set the Property as Follows:
Suppress insertion of timestamp into the request (Optional)
"propertyName" : "suppressTimestampForRequest",
"propertyValue" : "true" 
"propertyName" : "suppressTimestampForRequest",
"propertyValue" : "false" 
Ignore timestamp in the response message (Optional)
"propertyName" : "ignoreTimestampInResponse",
"propertyValue" : "true" 
"propertyName" : "ignoreTimestampInResponse",
"propertyValue" : "false" 
Enable two way SSL for outbound connections (Optional)
"propertyName" : "enableTwoWaySSL",
"propertyValue" : "true" 
"propertyName" : "enableTwoWaySSL",
"propertyValue" : "false" 

Specify the Transport Layer Security (TLS) version of the target server as follows.

For cases in which Oracle Integration calls Oracle Integration and you need to specify the TLS version, it should always be TLSv1.2.

Configuration Property If the Property Value is TLSv1.1: If the Property Value is TLSv1.2:
Target Server's TLS version (Optional)
"propertyName" : "tlsVersion",
"propertyValue" : "TLSv1.1" 
"propertyName" : "tlsVersion",
"propertyValue" : "TLSv1.2"