Show TOC Start of Content Area

Procedure documentation Setting Up the SSL Connection in a Java Environment  Locate the document in its SAP Library structure

Use

You need to configure an SSL connection between the Java version of the PDF object and the Adobe document services Web service.

Procedure

To set up the SSL connection in a Java environment:

...

       1.      Navigate to http://<server>:<port>/nwa to start the SAP NetWeaver Administrator.

Note

<server> is the AS Java where the Web Dynpro application is installed and <port> is the HTTP port of the AS Java.

 

       2.      Choose Configuration Management   Infrastructure Management Web Services Configuration

       3.      Choose WS Clients Single Configuration and press Go.

Note

You may filter with *Dest*.

       4.      In the displayed table select DestinationSi under Proxy Definition.

       5.      To create a logical port, choose the Create LP button. A dialog box appears.

       6.      Choose Manually and click Next.

       7.      Enter SecureConfigPort_Document in the field Logical Port Name.

Caution

Enter the name exactly as given here, case sensitive.

       8.      In the Details tab enter following in the field WS Endpoint URL:

http://<host>:<port>/inspection.wsil

where <host> is the AS Java where the Adobe document services are installed, and <port> is the HTTPS port of the AS Java.

       9.      On the Security tab, in the Authentication group box, choose HTTP Authentication and select the Client Certifcate indicator.

   10.      Click on the Details button. A dialog box appears. Enter ADSUser in the field User ID: and the name of the client certificate that you have imported in the view ADScerts before.

   11.      Save your entries.

End of Content Area