Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The msxml.msi should be installed in the system.
The command has the following format:

XMLTest <addr>[:<port>] <XMLRequest> [<XMLResult>] [/PASS:XXXXXX] [/CONN:YYYYYY] [/SCHEME:SchemeFileName].

xmltest.exe 127.0.0.1:1122 xmlquery.xml response.xml /pass:password

...

Requests and Functions

Request List

#

CMD

Available at

1

GetWaiterMessages

CS, ST

2

WaiterMessage

CS

3

GetOrderList

CS

4

CreateOrder

CS

5

GetOrderMenu

CS

6

GetWaiterList

CS

7

GetRefData

CS

8

LoginOnStation

CS

9

PayOrder

CS

10

PrintBill

CS

11

SaveOrder

CS

12

DelWaiterMessages

CS

13

GetItemBlob

CS

14

GetDocByLayout

CS

15

DeleteReceipt

CS

  • CS — cash server
  • ST — cash station

...

Enter one of the following options in the address bar. In the authorization window, enter the employee's name and password.

http://ip:port/webgui/
Image RemovedImage Added

http://ip:port/rk7api/v1
Image RemovedImage Added

http://ip:port/rk7api/v0
Image RemovedImage Added

Request execution examples

...

An example of a request executed using the wget utility:

wget.exe --secure-protocol=TLSv1 --no-check-certificate --header="Content-Type: text/xml" --http-user=9006 --http-password=9006 --post-file=requestData.xml https://127.0.0.1:20001/rk7api/v0/xmlinterface.xml

Parameters:
1. User: --http-user=9006
2. Password: --http-password=9006
3. Request file: --post-file=requestData.xml

...