dolibarr/htdocs/webservices
2019-12-18 23:12:31 +01:00
..
admin Fix $_SESSION['newtoken'] must be newToken() 2019-12-18 23:12:31 +01:00
demo_wsclient_actioncomm.php-NORUN
demo_wsclient_category.php-NORUN
demo_wsclient_invoice.php-NORUN
demo_wsclient_order.php-NORUN
demo_wsclient_other.php-NORUN
demo_wsclient_productorservice.php-NORUN
demo_wsclient_project.php-NORUN
demo_wsclient_thirdparty.php-NORUN
index.php
README.md
server_actioncomm.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00
server_category.php clean indent in variants directory 2019-10-26 20:53:39 +02:00
server_contact.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00
server_invoice.php Clean code 2019-11-12 10:11:30 +01:00
server_order.php Update server_order.php 2019-12-09 23:56:46 +01:00
server_other.php
server_payment.php clean indent in variants directory 2019-10-26 20:53:39 +02:00
server_productorservice.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00
server_project.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00
server_supplier_invoice.php Renaming some libelle into label 2019-11-02 12:59:38 +01:00
server_thirdparty.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00
server_user.php Scrutinizer Auto-Fixes 2019-11-13 18:35:39 +00:00

API SOAP howto

This directory contains files to make Dolibarr a server of SOAP Web Services.

WARNING: It is highly recommended to use the REST APIs instead of SOAP APIs: You will find more API, faster and easier to use in the the module REST API than into this module.

Explore the api

Access to the API

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).