Show TOC Start of Content Area

Procedure documentation Setting Up Basic Authentication in a Java Environment  Locate the document in its SAP Library structure

Use

This procedure applies for the scenario of Interactive Forms in a Web Dynpro for Java application. It describes you the configuration steps to set up basic authentication between the Web Dynpro runtime and the Adobe document services.

Prerequisites

The user ADSUser exists.

Procedure

To set up basic authentication in a Java environment:

...

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

Note

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

       2.      Choose SOA Management  Technical Configuration    Destination Template Management

       3.      To create a logical Port choose New.

       4.      Choose WSIL as Destination Type.

       5.      Enter ConfigPort_Document in the field Destination Name.

Caution

Enter the name exactly as given here, case sensitive

       6.      In the field URL enter http://<host>:<port>/inspection.wsil

Note

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

       7.      Click Next.

       8.      Choose HTTP Authentication in the Authentication group box and select the User ID/Password (Basic) indicator.

       9.      Click on the Details button. Enter ADSUser in the field User ID and the password in the Password and Confirm Password fields. You must specify the same password as you did in the task: Creating a User in AS Java for Basic Authentication.

   10.      Click Finish to save your entries.

End of Content Area