Data Change Notification Interface

Data change notification (DCN) provides an HTTP interface by which enterprise information system (EIS) changes can be immediately propagated to Unwired Server.

Sybase Unwired Platform provides the gson-1.4.jar library you use to construct a DCN URL located in the <UnwiredPlatform_InstallDir>\Servers\UnwiredServer\lib\ext directory. All DCN commands support both GET and POST methods. The EIS developer creates and sends a DCN to Unwired Server through HTTP GET or POST operations. The portion of the DCN command parameters that come after http://host:8000/dcn/DCNServlet, can all be in POST; any var=name can be in either the URL (GET) or in the POST. The HTTP POST method is more secure than HTTP GET methods; therefore, Sybase recommends that you include the authenticate.password parameter in the POST method, as well as any sensitive data provided for attributes and parameters.

Note: Enter the HTTP request on a single line.
You must be familiar with the EIS data source from which the DCN is issued. You can create and send DCNs that are based on:
You can use DCN with payload to instruct Unwired Server to refresh data:
Related concepts
Data Change Notifications