http://<servername>/axis-cgi/operator/ev_admin.cgi?delete=<entry>
5.11.1.1 Actions
These are the actions used to administer the events. Each event is given an entry identifier (E0, E1 E2, etc)
which is later used to delete the entry. The identifier of a deleted entry may be reused by a new entry.
Action/Syntax Argument Description
add Add a new empty entry to list of events.
delete=<entry> E0, E1, E2, ... Delete an entry from list of events.
5.11.1.2 Server responses
The actions produce one of the following server responses:
Return: A successful delete:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
OK\r\n
Return: A successful add:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
\r\n
<entry> OK\r\n
Return: A failed request. Input values are probably incorrect:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Komentarze do niniejszej Instrukcji