Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- LoginAs and session management using API.
- Upload of a sample Tutorial Application into a designer account.
FormTypeFeed:Initialization of a form with XML data, Attachment and Wet Signature
- List Applications, Forms and Flows
- Raw and Pop-Up links to use Forms/Flows
- Edit link to edit Forms/Flows in design mode
- View Submissions link to list all Form/Flow Submissions
- TaskFeed: embed task list
- SubmissionFeed: Logout of user account using API
- List of all Form/Flow submissions
- Link to Edit each submission
- Links to submission XMLs
- Link to submission print PDF
- Links to wet signatures in each submission
- Links to uploaded attachments in each submission
What are we going to need?
...
- Install and start up . (e.g.http://localhost:8082)
- Create a tenant (e.g. apitutorial) with a tenant admin user (e.g. admin).
- Add a designer user account (e.g. designer) to your tenant.
Follow these steps to install the Java API tutorial web application.
Download the Java API Tutorial v5.2 zipfile.
- Extract the web-application api.war file to the <frevvo-home>\tomcat\webapps directory.
We are using the tomcat servlet which is included in the bundle. You can use your own servlet container to host this web application. Re-start frevvo. This will expand the war to the <frevvo-home>\tomcat\webapps\api directory.
...