ADS SSL Configuration ABAP To JAVA
ADS SSL Configuration ABAP To JAVA
Welcome, Guest
Login
Products
About SCN
Downloads
Industries
Partnership
Developer Center
Lines of Business
University Alliances
Innovation
dezso.pap
Tw eet
Like
Store
Register
I would like to show you, how I have set up SSL for the Adobe Document Services.
The configuration was done on a NW04s system.
Instead of words let's begin:
1. First we ensure we have a certificate in the ABAP, what can be used for the communication.
a. Go to Tr. STRUST:
b. I created "SOAP" Client certificate /* self-signed */ with help of menu option:
c. Environment >> SSL Client Identities.
postpost
2. We have to assign this certificate to the ADS HTTP destination in Tr. SM59
a. Go to Tr. SM59
b. Choose you ADS destination, than choose tab: 'Logon & Security' activate SSL
c. and choose your freshly created certificate:
Activity
Brow se
Communications
Actions
name: ERP_SOAP.cert
b. This certificate has to be copied at os level to the NW JAVA engine to a directory that is accessibble by the
j2ee_admin user. We will need the certificate in the Visual administrator.
c. With the same mechanismus also load this certificate into the TrustedCAs view. / We do not have CA cetificate as
we use self-signed certificate in this scenario so the CA cert is the same as the ADSUser's cert. /
e. Download this file from the OS of the J2EE enginge to your Desktop.
With these steps the SSL communication from the ABAP to the JAVA side should work.
At least it did for me ;-)
In the next part of the Jurnal we set up the SSL for the destination service. / JAVA -> ABAP /
3346 View s
My Rating:
(1 rating)
Share
Tw eet
Like
17 Comments
samba m 31-Mar-2008 04:02
Hi,
This blog was very useful thanks onec again.
Regards.
Like (0)
Hi Dezso,
Nice blog, we followed all the steps written in your blog and tested the connection by running report
"FP_CHECK_DESTINATION_SERVICE". But we are getting error "Problem in accessing data from
destination FP_ICF_DATA_E1S//sap/bc/fp/form/layout/FP_FORM_SECUTIRY_TEST.xdp"
What could be the possible cause of error?
Thanks in Advance,
Amit
Like (0)
Check FPADS service and change your Logon Procedure to Standard , also choose SSL
under Security Requirement. Deactive, activate and restart ICM.
Please update whether this solves the issue or not.