web-service
in
All of SmartCompany Internal Community
Selected tags Click to remove
Related tags Click to add
integration 2 items test 1 item demo 1 item ssl 1 item marion 1 item documentation 1 item remedy 1 item lockbox 1 item All Tags...
Top contributors to this tag
In this site...
11 contributions, 13
received
In this site...
3 contributions, 5
received
2 items
Lockbox integration
in Professional Services Technical Team , last reply by Jason R at December 12 2007. Tagged suns palomino documentation
Does anyone have experience integrating with a lockbox provider? If so, who is the provider and what kind of technology did you use? If you don't mind, please share any documentation you are comfortable posting. Thanks.
Integrating with SSL and Remedy
in Professional Services Technical Team , last reply by Haley at September 18 2007. Tagged remedy ssl integration
The key to integrating with Remedy Web Service over SSL is importing the trusted root CA certificate into the JVM used by SL.
1. Get the trusted root CA certificate of the external web server, in Base 64 Encoding format.
2. Import the above certificate into default keystore (cacerts) of the JVM used by /SLC:\j2sdk1.4.2_15\jre\lib\security>..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias rootcert -file D:\root.cerCertificate was added to keystore