dolibarr/htdocs/webservices
Frédéric FRANCE 1adc883b56
add baseline exclude for phpstan (#31632)
* add baseline exclude for phpstan

* update

* update

* update

* update

* update

* merge

* restore one filter

* delete old errors

* fix

* fix

* fix

* $moreforfilter can t be empty

* fix

* enable check

* refresh baseline

* add phpdoc

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* update phpstan baseline

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-04 23:53:20 +01:00
..
admin add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
demo_wsclient_actioncomm.php-NORUN Qual: Spelling htdocs/[q-z]* (#27447) 2024-01-12 17:18:52 +01:00
demo_wsclient_category.php-NORUN Fix: Disable execute bit in git + correct shebangs (#27450) 2024-01-12 17:10:16 +01:00
demo_wsclient_invoice.php-NORUN Fix: Disable execute bit in git + correct shebangs (#27450) 2024-01-12 17:10:16 +01:00
demo_wsclient_order.php-NORUN
demo_wsclient_other.php-NORUN Fix: Disable execute bit in git + correct shebangs (#27450) 2024-01-12 17:10:16 +01:00
demo_wsclient_productorservice.php-NORUN Fix: Disable execute bit in git + correct shebangs (#27450) 2024-01-12 17:10:16 +01:00
demo_wsclient_project.php-NORUN
demo_wsclient_thirdparty.php-NORUN Debug v20 Fix missing test on permissions 2024-08-31 17:23:13 +02:00
index.php add baseline exclude for phpstan (#31632) 2024-11-04 23:53:20 +01:00
README.md
server_actioncomm.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_category.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_contact.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_invoice.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_order.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_other.php Qual: Fix server_other phan notices (#31017) 2024-09-20 02:13:05 +02:00
server_payment.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_productorservice.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_project.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_supplier_invoice.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_thirdparty.php fix phpstan (#31579) 2024-10-27 00:36:54 +02:00
server_user.php fix phpstan (#31594) 2024-10-28 00:53:28 +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).