Files
dolibarr/htdocs/webservices
Frédéric FRANCE b0695abca9 fix phan (#29591)
* fix phan

* fix typos and translations

* fix phan remove code doing nothing

* fix phan remove code doing nothing

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-03 18:01:17 +02:00
..
2023-11-27 12:08:48 +01:00
2024-05-03 18:01:17 +02:00
2024-05-03 18:01:17 +02:00
2024-05-03 18:01:17 +02:00
2024-03-15 10:01:05 +01:00
2024-05-03 18:01:17 +02:00
2024-05-03 18:01:17 +02:00
2024-05-03 18:01:17 +02:00
2024-05-03 18:01:17 +02: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).