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