dolibarr/htdocs/webservices
MDW 1f30bd1d7d
Qual: Fix 'SqlInjection' notices (#39229)
* Fix(ci): Add exceptions for 'mouvement' (codespell)

* Qual: Fix 'SqlInjection' notices

# Qual: Fix 'SqlInjection' notices

Batch of 25 files with changes to fix 'SqlInjection' Notices
2026-07-20 15:26:43 +02:00
..
admin Clean code 2025-11-09 12:43:04 +01:00
demo_wsclient_actioncomm.php-NORUN Clean files 2026-01-07 19:01:54 +01:00
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 Fix warning 2025-09-16 01:14:43 +02:00
server_category.php Qual: Fix french comments and improve detector (#39026) 2026-07-01 12:26:51 +02:00
server_contact.php Fix warning 2025-09-16 01:14:43 +02:00
server_invoice.php fix french doc (#36897) 2026-01-30 14:22:56 +01:00
server_order.php Qual: Fix 'SqlInjection' notices (#39225) 2026-07-20 02:52:07 +02:00
server_other.php translate french doc to english (#37064) 2026-02-04 14:49:13 +01:00
server_payment.php Fix warning 2025-09-16 01:14:43 +02:00
server_productorservice.php Qual: Fix 'SqlInjection' notices (#39223) 2026-07-20 02:51:42 +02:00
server_project.php
server_supplier_invoice.php Fix warning 2025-09-16 01:14:43 +02:00
server_thirdparty.php Qual: Fix 'SqlInjection' notices (#39229) 2026-07-20 15:26:43 +02:00
server_user.php Qual: Fix 'SqlInjection' notices (#39221) 2026-07-20 02:51:11 +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).