Forwarding the Request

Send the asynchronous request message to the back-end.

The following code illustrates how to forward an asynchronous message.
serviceDocumentRequest.setListener(this);
RequestManager.makeRequest(request);