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.
ISDMConnectivitiyParameters parameters = new SDMConnectivityParameters();
parameters.setUserName("XYZ");
parameters.setUserPassword("ABC");
//Where XYZ = backend username and ABC = backend password.
parameters.setBaseUrl("<server-address>/sap/opu/sdata/sap/FINCUSTFACTSHEET/");