Creating a URL Request

Create a URL request that enables the device to forward a data request to the corresponding back-end.

The following code illustrates how to create a URL request.
SDMBaseRequest getrequest = new SDMBaseRequest();
String serviceDocUrl = ODPAppSettings.getApplicationEndPoint();
getrequest.setRequestUrl(serviceDocUrl);