Show TOC

 Setting Up Authentication for Adobe Forms in Java Web DynproLocate this document in the navigation structure

Use

With the InteractiveForm UI element you can design and create interactive PDF forms. To do this you need the Adobe document services. These services are installed as Web services on a Java Engine and have the destination URL as default.

If the Adobe document services are not provided on the Java Engine on which the Web Dynpro runtime environment is deployed, you must change the destination URL of the Adobe document services.

Note

We recommend that you install the Adobe document services on the Java Engine on which the Web Dynpro runtime environment is deployed. In this case the default settings for the destination URL are copied from the Adobe document services.

More information: Creating a User in AS Java for Basic Authentication in the Adobe Document Services Configuration Guide.

Prerequisites

The user ADSUser exists.

Procedure

1. Navigating in the SAP NetWeaver Administrator

  1. Navigate to http://<server>:<port>/nwa

    where <server> 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 → Business Administration   →Web Services Administration
  3. In the Search by field, choose Proxy Definition Name, and then choose Go.

    You may filter with *Dest* .

  4. In the displayed table select DestinationSi under Proxy Definition.
  5. Choose the Configuration tab, and then choose Create LP.
  6. Choose Manually and choose Next.

2. Creating a Logical Port

  1. In the field Logical Port Name enter the following name exactly as given here, case sensitive:

    ConfigPort_Document

  2. In the field WS Endpoint URL enter the following:

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

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

  3. On the Security tab, in the Authentication group box, choose HTTP Authentication and select the User ID/Password (Basic) indicator.
  4. Click on the Details button. In the field User ID, enter ADSUser and in the Password and Confirm Password fields, enter the password. You must specify the same password as you did when creating the user ADSUser in AS Java for basic authentication.
  5. Save your entries.