Integration Server 10.3 | Developing Data Synchronization Solutions with webMethods Mobile Support | Built-In Services | wm.mobile.datasync.specs:downloadSpec
 
wm.mobile.datasync.specs:downloadSpec
Specification for the flow service used to return data to a mobile device.
Input Parameters
inputArgs
Document Optional. Contains the fields specified as row identifiers in the business document type.
fetchAll
String Specifies how much data to return to the mobile device. A value of:
*Yes indicates to return all data. This is the default when Mobile Support detects that this is the first time that a synchronization request was submitted from this mobile device.
*No indicates to return only the record specified in inputArgs.
In either case, if the mobile application specified a filter with the request, Mobile Support returns only the data that matches the filter criteria.
Output Parameters
outputSyncData
Document List List of records received from Mobile Support.
Key
Description
mDataRow
Object A single record received from Mobile Support, in IData format.
Mobile Support uses the IS document type created in Step 1: Write the Server-Side Business Logic to define the structure and contents of the mDataRow variable.