If you are using php-connectors - please refer to connectors documentation.
The default package contains an example of the server side code for PHP (by additional request the similar code for JSP|ColdFusion|C#.Net|RybyOnRails can be sent). The code does the following three tasks:
a) Takes parameters from the incoming request;
b) Makes the necessary DB operation;
c) Returns the information about the operation result.
The incoming parameters are:
All the parameters are part of GET request.
Based on the value of ”!nativeeditor_status” the related section of the server side logic is triggered.
The response must be in the following format:
<data> <action type="some" sid="some" tid="some" /> </data>
Where:
The response must be a valid XML in order to be processed correctly.