Integration Server 10.3 | Developing Data Synchronization Solutions with webMethods Mobile Support | Built-In Services | wm.mobile.datasync.specs:uploadSpec
 
wm.mobile.datasync.specs:uploadSpec
Specification for the flow service used to send data to Mobile Support.
Input Parameters
inputSyncData
Document List List of records to send to Mobile Support.
Key
Description
mDataRow
Object A single record to send to Mobile Support, in IData format.
actionId
String Action to be taken on a particular record. A value of:
*0 indicates to insert the record.
*1 indicates to delete the record.
*2 indicates to update the record.
Output Parameters
outputSyncData
Document List List of records sent to Mobile Support.
Key
Description
mDataRow
Object A single record sent to 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 this variable.
rowStatus
String Status of the record transaction. A value of:
*0 indicates that Mobile Support was successful in processing the requested action.
*1 indicates that Mobile Support failed to process the request.
actionId
String Action taken on a particular record. A value of:
*0 indicates the record was inserted.
*1 indicates the record was deleted.
*2 indicates the record was updated.