Select the row oraclewss_http_token_service_policy.

4-4 Oracle Fusion Middleware Developers Guide for Oracle Adaptive Access Manager to this file. If you lose it, Oracle Adaptive Access Manager will not be able to recover data encrypted. 7. Copy your system_soap.keystore to the following directories: ■ applicationWEB-INFclassesbharosa_properties classpath of the native client deployment ■ OAAM applicationbharosa_properties 8. Delete both the soap_key.file and soap_3des_input.properties files. 9. Add the following properties with the encoded passwords from step 5 and the authentication username to bharosa_server.properties. vcrypt.soap.auth.keystorePassword=base64 encoded keystore password vcrypt.soap.auth.aliasPassword=based64 encoded password to the alias vcrypt.soap.auth.username=user configured for accessing the soap services vcrypt.soap.auth.keystoreFile=system_soap.keystore

4.3.2 Set SOAP Related Properties in bharosa_server.properties

Set the following properties in bharosa_server.properties of the native application: vcrypt.common.util.vcryptsoap.impl.classname=com.bharosa.vcrypt.common.impl.VCrypt SOAPGenericImpl vcrypt.tracker.impl.classname=com.bharosa.vcrypt.tracker.impl.VCryptTrackerSOAPImp l vcrypt.user.image.dirlist.property.name=bharosa.image.dirlist bharosa.config.impl.classname=com.bharosa.common.util.BharosaConfigPropsImpl bharosa.config.load.impl.classname=com.bharosa.common.util.BharosaConfigLoadPropsI mpl vcrypt.tracker.soap.useSOAPServer=true vcrypt.soap.disable=false vcrypt.soap.auth.keystoreFile=system_soap.keystore Environment specific values need to be replaced below this line vcrypt.tracker.soap.url=http:host-name:portoaam_serverservices bharosa.image.dirlist=absolute folder path where OAAM images are available If SOAP Authentication is enabled, then the following have to be set otherwise just set the property vcrypt.soap.auth=false vcrypt.soap.auth=true vcrypt.soap.auth.keystorePassword=Java keystore password vcrypt.soap.auth.aliasPassword=Keystore alias password vcrypt.soap.auth.username=SOAP User name

4.4 About VCryptResponse

VCryptResponse contains information about the status of the processing. It contains useful information if the status of the processing was Success isSuccess. If there were an error, it also contains error codes. It can also contain other payload information in the form of extended data maps. You can use these features of VCryptResponse depending on your requirements for integration.