dolibarr/htdocs/webservices
2023-09-13 06:44:54 +02:00
..
admin missing include 2023-04-19 12:05:01 +02:00
demo_wsclient_actioncomm.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
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 Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_order.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_other.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_productorservice.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_project.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_thirdparty.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
index.php code syntax variants webservice directory 2021-02-26 13:10:10 +01:00
README.md Fix position of modules 2019-06-23 20:05:15 +02:00
server_actioncomm.php Debug v18 2023-08-05 14:42:31 +02:00
server_category.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_contact.php Debug v18 2023-08-05 14:42:31 +02:00
server_invoice.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_order.php Fix #yogosha16039 2023-04-24 12:46:52 +02: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 #yogosha16039 2023-04-24 12:46:52 +02:00
server_project.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_supplier_invoice.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_thirdparty.php Fix #yogosha16039 2023-04-24 12:46:52 +02:00
server_user.php FIX wrong test + is_int is better for negative integer 2023-09-13 06:44:54 +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).