1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/sources/dolibarr/htdocs/webservices/README
Laurent Peuch e6008fc691 init
2015-09-28 22:09:38 +02:00

14 lines
514 B
Text

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.