1POST /ribcl HTTP/1.1
2Host: localhost
3Content-Length: 200
4Connection: Close
5
6<?xml version="1.0"?>
7<RIBCL
8 VERSION="2.0"
9>
10<LOGIN
11 PASSWORD="TestPassword"
12 USER_LOGIN="Administrator"
13>
14<SERVER_INFO
15 MODE="read"
16>
17<GET_PWREG
18 />
19</SERVER_INFO>
20</LOGIN>
21</RIBCL>
22