fpc/packages/fcl-web/examples/jsonrpc/demo1/README.txt
michael 951c475e62 * Added some test instructions
git-svn-id: trunk@15362 -
2010-06-03 15:23:47 +00:00

22 lines
694 B
Plaintext

This is an example of how to use JSON-RPC.
It requires lazarus to compile.
The various *.in files are input for JSON-RPC requests.
The application can be tested as follows from the command-line
testcgiapp -i demo -p echo/manual < echo.in
testcgiapp -i demo -p echo/dispatch < echobatch.in
testcgiapp -i demo -p echo/registered < echobatch.in
testcgiapp -i demo -p echo/extdirect < extdirect.in
testcgiapp -i demo -p echo/dispatch <notification.in
testcgiapp -i demo -p echo/extdirectapi
testcgiapp -i demo -p echo/content <echobatch.in
testcgiapp -i demo -p echo/module <echobatch.in
The response is printed on standard output.
the testcgiapp application is located in fcl-web/tests