Parameter
Mobile Forms Service Proxy is a configuration to register a proxy for the submission service. To configure Service Proxy, specify the URL of submission service through request parameter submitServiceProxy.
Mobile Forms can use following topologies to connect to the LiveCycle servers.
Mobile forms connect to the LiveCycle servers to run server-sided scripts, web-services, and submissions. The XFA runtime of the Mobile Forms uses Ajax calls on "/lc/bin/xfaforms/submitaction" end point with various parameters to connect to the LiveCycle servers. Mobile Forms connect LiveCycle servers to perform following operations:
The scripts marked to run on the server are known as server-sided scripts. The following table lists all the parameters used in Server-sided scripts and Web Services.
Parameter |
Description |
activity |
Activity contains the events that trigger the request. Such as click, exit or change |
contextSom |
contextSom contains SOM expression of the object where events are executed. |
Template |
Template contains the template used to render the form. |
contentRoot |
contentRoot contains the template root directory used to render the form. |
Data |
Data contains bata bytes used to render the form. |
formDom |
formDom contains DOM of Mobile form in JSON format. |
packet |
packet is specified as form. |
debugDir |
debugDir contains the debug directory used to render the form. |
On clicking the submit button, Mobile Forms send data to the server. The following table lists all the parameters that Mobile Forms send to server.
Parameter |
Description |
Template |
Template used to render the form. |
contentRoot |
template root directory used to render the form. |
Data |
bata bytes used to render the form. |
formDom |
DOM of Mobile form in JSON format. |
submiturl |
The URL where data XML is posted. |
debugDir |
The debug directory used to render the form. |
If attachments are enabled (mfAllowAttachments = true) then the multi-part form data containing dataXml and attachments is posted to submiturl. This turned off by default for backward compatibility. By default, to maintain backward compatibility the option is turned off.
The submit service proxy acts as a pass through if the submiturl is not present in the request parameter. It acts as a pass-through. It sends the request to the /lc/bin/xfaforms/submitaction end point and sends the response to the XFA runtime.
The submit service proxy selects a topology if the submiturl is present in the request parameter.
Sign in to your account