From 4c2d2d40f5d8d1620ac3a2c72c8e6e0d1fc9c7f1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Nov 2006 00:04:19 +0000 Subject: [PATCH] Add documentation --- htdocs/webservices/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 htdocs/webservices/README.txt diff --git a/htdocs/webservices/README.txt b/htdocs/webservices/README.txt new file mode 100644 index 00000000000..b95eb3a982f --- /dev/null +++ b/htdocs/webservices/README.txt @@ -0,0 +1,7 @@ +This directory contains files that make Dolibarr a server of web services. + +To see all Webservices provided by Dolibarr, just call following Url: +http://mydomain.com/dolibarr/webservices/server.php + +This page will return the WSDL of Web services provided by Dolibarr. +Note, you can test this Webservices by calling the page client.php.