https://github.com/ik5/xmlrpc-client-ui
xmlrpc client written using Free Pascal and Lazarus
https://github.com/ik5/xmlrpc-client-ui
Last synced: about 1 year ago
JSON representation
xmlrpc client written using Free Pascal and Lazarus
- Host: GitHub
- URL: https://github.com/ik5/xmlrpc-client-ui
- Owner: ik5
- License: lgpl-2.1
- Created: 2010-12-10T18:32:46.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-10T19:03:33.000Z (over 15 years ago)
- Last Synced: 2025-02-02T07:14:06.049Z (over 1 year ago)
- Homepage:
- Size: 573 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: license.txt
Awesome Lists containing this project
README
h1. XMLRPC Client
The following source code is written in Object Pascal using Lazarus and FreePascal Compiler.
It provides a user interface with:
* Address place with combo box (stores only unique addresses)
* Connect button
* Syntax highlight for source XML
* Syntax highlight for the response XML
* Text log of the communication and answer including our original XML that was sent.
The user interface also includes menu options for the right menu click for both the XML to send and the XML that returns.
h2. Dependencies
* "FreePascal":http://freepascal.org/ Compiler version 2.4 and above
* "Lazarus IDE":http://lazarus.freepascal.org/ version 0.9.8 and above
* "lNet – Lightweight networking library":http://lnet.wordpress.com/
h2. Notes:
* The code tested only on Linux and GTK2, but it should work on all lNet's supported platforms.
* The code is released as an open source GPL v2