| 
       DEFINE INPUT        PARAMETER prompt                     AS CHARACTER.
        DEFINE INPUT PARAMETER enable-persistent-checkbox AS LOGICAL. DEFINE INPUT-OUTPUT PARAMETER appserver_userid AS CHARACTER. DEFINE INPUT-OUTPUT PARAMETER appserver_password AS CHARACTER. DEFINE INPUT-OUTPUT PARAMETER appserver_info AS CHARACTER. DEFINE INPUT-OUTPUT PARAMETER persistent AS LOGICAL. DEFINE OUTPUT PARAMETER choseOK AS LOGICAL. | 
 Only at the AppServer and not at the AIA Web server (or you are not using AIA)
Only at the AppServer and not at the AIA Web server (or you are not using AIA)
   At AIA and at the AppServer, but AIA authorization information is set in the security cache and thus available in CODEBASE-LOCATOR:URL-USERID and CODEBASE-LOCATOR:URL-PASSWORD
At AIA and at the AppServer, but AIA authorization information is set in the security cache and thus available in CODEBASE-LOCATOR:URL-USERID and CODEBASE-LOCATOR:URL-PASSWORD
  | 
       RUN wcadd/_getAppServerAuthentication.p (parameter-list).
       |