You can create a client application built with Flex to
invoke the
FirstAppSolution/PreLoanProcess
process. This
application uses Remoting to invoke the
FirstAppSolution/PreLoanProcess
process.
(See
Invoking LiveCycle using Remoting
.)
The following illustration shows a client application built with
Flex collecting data from an end user. The data is placed into an
XML data source and sent to the process.
Notice after the process is invoked, an invocation identifier
value is displayed. An invocation identifier value is created as
part of a record that tracks the status of the long-lived process.
The client application built with Flex performs the following
tasks:
-
Retrieves the values that the user entered into the web
page.
-
Dynamically creates an XML data source that is passed to
the
FirstAppSolution/PreLoanProcess
process. The three values
are specified in the XML data source.
-
Invokes the
FirstAppSolution/PreLoanProcess
process
by using Remoting.
-
Returns the invocation identifier value of the long-lived
process.
|
|
|