dolibarr/htdocs/webservices
2022-02-19 00:41:45 +01:00
..
admin Fix add rel="noopener noreferrer" 2021-11-22 02:35:55 +01:00
demo_wsclient_actioncomm.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_category.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_invoice.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_order.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_other.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_productorservice.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_project.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_thirdparty.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
index.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
README.md
server_actioncomm.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
server_category.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
server_contact.php Allow to update ref_ext via webservices 2021-06-17 18:17:08 +02:00
server_invoice.php Fix yogosha 6347 2021-06-09 15:36:47 +02:00
server_order.php Fix yogosha 6347 2021-06-09 15:36:47 +02:00
server_other.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
server_payment.php Replace doubleval into floatval 2021-05-20 09:22:55 +02:00
server_productorservice.php Scrutinizer Auto-Fixes 2021-10-25 20:07:31 +00:00
server_project.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
server_supplier_invoice.php Fix sql error on web service 2022-02-19 00:41:45 +01:00
server_thirdparty.php Fix warning 2021-10-22 18:44:39 +02:00
server_user.php code syntax variants webservice directory 2021-02-26 13:10:10 +01: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).