dolibarr/htdocs/webservices
2023-11-26 15:52:18 +01:00
..
admin missing include 2023-04-19 12:05:01 +02:00
demo_wsclient_actioncomm.php-NORUN
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 php8.2 warnings 2023-10-15 18:46:18 +02:00
server_category.php Fix php8.2 warnings 2023-10-15 18:46:18 +02:00
server_contact.php Fix php8.2 warnings 2023-10-15 18:46:18 +02:00
server_invoice.php fix phpstan (#26781) 2023-11-21 23:39:52 +01:00
server_order.php fix phpstan (#26772) 2023-11-20 23:39:12 +01:00
server_other.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_payment.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_productorservice.php fix phpstan (#26783) 2023-11-21 23:38:30 +01:00
server_project.php Fix php8.2 warnings 2023-10-15 18:46:18 +02:00
server_supplier_invoice.php fix phpstan (#26846) 2023-11-26 15:52:18 +01:00
server_thirdparty.php QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id 2023-10-24 11:37:29 +02:00
server_user.php Fix php8.2 warnings 2023-10-15 18:46:18 +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).