Commit f6548a27e75cb4034dcfe8720d163f8338b338ed
1 parent
e40e97c1
KTS-1694
"SOAP Webservice Implementation" Updated. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6467 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
23 additions
and
0 deletions
ktwsapi/php/docs/INSTALL.txt
| 1 | +KnowledgeTree Web Server Object Model - PHP Edition | ||
| 2 | +=================================================== | ||
| 3 | + | ||
| 4 | +The KTWSAPI PHP edition implements the object model wrapping the web services. It can thus be deployed on | ||
| 5 | +a remote machine independant of the actual KnowledgeTree installation. | ||
| 6 | + | ||
| 7 | +Dependencies | ||
| 8 | +============ | ||
| 9 | +1) libcurl | ||
| 10 | +2) PEAR::SOAP | ||
| 11 | + | ||
| 12 | +Installation | ||
| 13 | +============ | ||
| 14 | + | ||
| 15 | +Copy the ktwsapi/php folder to some location in your project. | ||
| 16 | + | ||
| 17 | +Update ktwsapi_cfg.inc.php with the appropriate settings for your system. | ||
| 18 | + | ||
| 19 | +Examples | ||
| 20 | +======== | ||
| 21 | + | ||
| 22 | +There are some examples in the ktwsapi/php/examples folder. | ||
| 23 | + |