The following Quick Starts are available for the AEM Forms
Repository service.
AEM Forms operations can be performed using the AEM Forms strongly-typed API
and the connection mode should be set to SOAP
Applications/FormsApplication
Most
AEM Forms repository service quick starts interact with an application named
Applications/FormsApplication,
as
shown in the following illustration.
The
folder FormsFolder is a location in the AEM Forms repository. You
can, for example, programmatically add this folder to
Applications/FormsApplication
.
(See
Quick Start (SOAP mode): Creating a folder using the Java API
.)
The
path to a resource located in the AEM Forms repository is:
Applications/Application-name/Application-version/Folder.../Filename
Note:
You can browse the AEM Forms Repository by using
a web browser. To browse the repository, enter the following URL
into a web browser http://[server name]:[server port]/repository.
You can verify quick start results by using a web browser. For example,
if you add content to the AEM Forms Repository, you can see the
content in a web browser.
Note:
Applications/FormsApplication
does not exist by default. To follow along with the quick starts,
create this application by using Workbench. For information about creating
an application using Workbench, see
Getting started with process design
.