From d77b926d534d9b737d8855e69a2e87ba63669402 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Jul 2008 23:33:16 +0000 Subject: [PATCH] Doc --- htdocs/webservices/README | 21 ++++++++++++++------- htdocs/webservices/server.wsdl | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 htdocs/webservices/server.wsdl diff --git a/htdocs/webservices/README b/htdocs/webservices/README index b95eb3a982f..b4c1137bf67 100644 --- a/htdocs/webservices/README +++ b/htdocs/webservices/README @@ -1,7 +1,14 @@ -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. +README (english) +--------------------------------------------------------- +This directory contains files to make Dolibarr a server +of SOAP Web Services. + +* To see all Webservices provided by Dolibarr, just call following Url: +http://mydomain.com/dolibarr/webservices/server.php + +* WSDL file of Web services provided by Dolibarr can be obtained at: +http://mydomain.com/dolibarr/webservices/server.php?wsdl +and is also saved in file: +server.wsdl + +Note, you can test this Webservices by calling the page client.php. diff --git a/htdocs/webservices/server.wsdl b/htdocs/webservices/server.wsdl new file mode 100644 index 00000000000..48a2f604139 --- /dev/null +++ b/htdocs/webservices/server.wsdl @@ -0,0 +1,14 @@ + + + + + + + + + + + + + \ No newline at end of file