Multiple Services Quick Start

Most Quick Starts in Programming with AEM Forms on JEE invoke a specific service to perform an operation. However, some Quick Starts invoke multiple AEM Forms services to perform a given workflow. The following list provides Java™ quick starts that invoke more than one AEM Forms service:

Quick Start (SOAP mode): Passing a document in the AEM Forms Repository to the Output service using the Java™ API (invokes the Repository and Output service)

Quick Start (SOAP mode): Creating a PDF document based on fragments using the Java™ API (invokes the Assembler and Output service)

Quick Start (SOAP mode): Creating PDF Documents with submitted XML data using the Java™ API (invokes the Forms, Output, and Document Management service)

Quick Start (SOAP mode): Passing documents to the Forms Service using the Java™ API (invokes the Forms and Document Management service)

Quick Start (SOAP mode): Digitally signing a XFA-based Form using the Java™ API (invokes the Forms and Signature service)

Quick Start (SOAP mode): Managing roles and permissions using the Java™ API (invokes the DirectoryManager and the AuthorizationManager service )

Quick Start (SOAP mode): Passing documents to the Output Service using the Java™ API (invoke the Output and Document Management service)

NOTE
Quick Starts in Programming with AEM Forms are based on AEM Forms being deployed on JBoss® Application Server and the Microsoft® Windows® operating system. However, if you are using another operating system, such as UNIX®, replace Windows-specific paths with paths that are supported by the applicable operating system. Likewise, if you are using another J2EE application server, ensure that you specify valid connection properties. (See Setting connection properties.)
NOTE
Most web service Quick Starts are written in C# and use the .NET framework. However, you can create client application logic that is able to invoke AEM Forms services in any development environment that supports SOAP standards. (See Invoking AEM Forms Using Web Services.)