Setting up Request Documents

A request document represents a transaction that can be interpreted and processed by the business solution. Certain activities performed with the mobile application send information or requests to the business solution for processing, such as creating a customer or querying the status of a sales order. With the Mobile Device SDK, information or requests from a mobile device are sent to the business application server using XML in the form of a request document.

In This Section

Request Document Overview

Explains how request documents are submitted from the mobile device into the document queue and then processed by the server.

How to: Define a Request Document

Describes how to define a request document in the orchestration and then specifies that it should be submitted to the server. This topic includes a sample request document definition for a three-tasklet wizard for adding a new customer.

Prioritizing Request Documents over Network Connection Types

Explains how to use stamping to determine when request documents are sent, or when request documents queue to the server, depending on the available type of network connection.

How to: Prioritize Sending a Request Document Over Network Types

Describes how to apply a stamp to a request document. Stamping establishes the request document's priority.

How to: Combine Request Documents

Describes how to combine the content from related request documents in different orchestrations into a single request document that is sent by only one of the orchestrations.

How to: Cancel a Request Document when Exiting an Orchestration

Describes how to cancel the request document if the user exits the orchestration without saving data.

Reference

Related Sections

See Also

Community Additions

ADD
Show: