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
..
admin Fix: Replace deprecated module tests embedded in strings (#28459) 2024-02-27 15:29:44 +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 Qual: Spelling htdocs/[q-z]* (#27447) 2024-01-12 17:18:52 +01:00
index.php Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
README.md
server_actioncomm.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_category.php Fix PhanPluginRedundantAssignment 2024-03-13 01:05:03 +01:00
server_contact.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_invoice.php Fix PhanTypeSuspiciousStringExpression 2024-03-19 02:43:58 +01:00
server_order.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_other.php Qual: Spelling htdocs/[q-z]* (#27447) 2024-01-12 17:18:52 +01:00
server_payment.php Clean code 2024-03-15 10:01:05 +01:00
server_productorservice.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_project.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_supplier_invoice.php Fix phan notices related to fournisseur.facture.class.php 2024-03-29 23:48:40 +01:00
server_thirdparty.php fix phan (#29591) 2024-05-03 18:01:17 +02:00
server_user.php fix phan (#29591) 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).