Configuring Management Interface web service

Last Updated : Jun 05, 2026 |

Procedure

  1. Log in to the EPM web interface using an account with the User Manager role.
  2. From the EPM main menu, select User Management > Users.
  3. Click the user name that will be used when sending requests to the web service.
  4. On the Change User page, select the roles that have the appropriate features checked to enable the user to use web service methods.

    For example, if the user wants to invoke the addApplicationInfo web service method to add an application, then the role must have the addApplication feature enabled. Similarly, if the user wants to invoke the deleteApplicationInfo web service to delete an application, then the role must have the deleteApplication feature enabled and if the user wants to invoke the setApplicationInfo web service to update an application, then the role must have the changeApplication feature enabled.

  5. Click Save.
  6. Open the following page in a web browser:

    https://<EPM-server>/axis2/services/VPManagementService?wsdl

    <EPM-server> is the domain name or IP address of the system where the primary EPM software is installed.

  7. When prompted, enter the user name and password for Experience Portal with the web services role checked.
  8. Save the WSDL file and use it to build the web service client that accesses the Application Interface web service (axis 2.0). This web service conforms to all current W3C standards.