mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-17 22:33:16 +01:00
Conflicts: htdocs/accountancy/bookkeeping/list.php htdocs/accountancy/customer/list.php htdocs/accountancy/journal/bankjournal.php htdocs/core/lib/date.lib.php htdocs/core/lib/report.lib.php htdocs/langs/en_US/accountancy.lang
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).