Develop your HTTP client application to use the REST Services API to
access Sybase Unwired Platform REST services.
Request URL Format
The HTTP client can access Sybase Unwired Platform services using a specific URL format.
Creating an Application Connection
You must explicitly register the application connection using the Sybase Unwired Platform. You can specify customized application properties for the client with the request. You should provide the application connection ID, X-SUP-APPCID, using an explicit request header or a cookie. If the value is missing, the Unwired Server generates a Universally Unique ID (UUID), which is communicated to the device through response cookie X-SUP-APPCID.
Getting Application Settings
You can retrieve the application connection settings for the device application instance by issuing the GET method.
Deleting an Application Connection
When you no longer require an application connection (for example, when a user logs out), you can issue a DELETE method to delete the application connection using the same address where you retrieve the application connection settings.
Accessing a Service through a Proxy URL
Access your external service through a proxy URL. The URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT or HTTP MERGE), and delete (HTTP DELETE)
Created February 14, 2013.To comment on this topic, go to:
DocCommentXchange.