...
The response should look as follows, where step updates is the wrapper element containing any specific step update.
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" encoding="UTF-8"?> <response xmlns="http://schemas.microsoft.com/Dynamics/Mobile/2007/04/Documents/Response" messageid="836DEC5F-097E-4300-8CC0-7FE4CB2B76A5" status="Completed"> <responseData xmlns="http://schemas.taskletfactory.com/MobileWMS/BaseDataModel"> <stepUpdates xmlns="http://schemas.taskletfactory.com/MobileWMS/WarehouseInquiryDataModel"> <step name="CustomStep" value="CustomStepValue" /> <step name="Quantity" value="2.5" interactionPermission="AllowEdit" /> </stepUpdates> </responseData> </response> |
...