Take a survey

Developing Applications Using APIs > Deploying LiveCycle Applications > Removing Applications > Removing an application using the web service API

Removing an application using the web service API
To remove an application using the web service API, perform the following steps:
1.
2.
Using the Microsoft .NET client assembly, create an ApplicationManagerService object by invoking its default constructor.
Set the ApplicationManagerService object’s Credentials data member with a System.Net.NetworkCredential value that specifies the user name and password value.
3.
Retrieve all applications by invoking the ApplicationManagerService object’s getApplications method. This method returns an array of Objects where each element is a Application object that represents an application.
Create an ApplicationId object by getting the value of the Application object’s applicationId data member.
Get the application name by getting the value of the ApplicationId object’s applicationName data member. If the application name corresponds to the application that you want to remove, you can use the ApplicationId object to remove the application.
4.
After you locate the application to remove, invoke the ApplicationManager object’s removeApplication method and pass the ApplicationId object that represents the application to remove.
View Quick Start
 

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/appRemoving.151.4.html