2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/webservices/README.md
Laurent Destailleur 3c55479705 Restler #3544
2015-11-22 17:17:06 +01:00

21 lines
615 B
Markdown

API SOAP howto
==============
This directory contains files to make Dolibarr a server of SOAP Web Services.
Explore the api
---------------
* To see all Webservices provided by Dolibarr, just call following Url:
http://mydomain.com/mydolibarr/webservices/admin/index.php
Access to the API
-----------------
* WSDL file of a Web service provided by Dolibarr can be obtained at:
http://mydomain.com/mydolibarr/webservices/server_xxx.php?wsdl
Note, you can test this Webservices by calling the page http://mydomain.com/mydolibarr/webservices/demo_wsclient_xxx.php (You must first remove the -NORUN into file).