dolibarr/htdocs/webservices
Laurent Destailleur 628feb9c34 Fix warning
2024-02-25 21:10:35 +01:00
..
admin Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
demo_wsclient_actioncomm.php-NORUN
demo_wsclient_category.php-NORUN NEW Add a protection into PHPunit to avoid to forget a var_dump 2022-05-17 15:10:20 +02:00
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 Fix php8.2 warnings 2023-11-27 12:08:48 +01:00
README.md
server_actioncomm.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_category.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_contact.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_invoice.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_order.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_other.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_payment.php Clean code 2023-12-27 12:12:20 +01:00
server_productorservice.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_project.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_supplier_invoice.php Fix warning 2024-02-25 21:10:35 +01:00
server_thirdparty.php Fix with php-cs-fixer 2023-12-04 13:53:48 +01:00
server_user.php Fix with php-cs-fixer 2023-12-04 13:53:48 +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).