dolibarr/htdocs/webservices
Laurent Destailleur e977a95cc7 Fix warning
2022-12-31 13:23:09 +01:00
..
admin add comment 2022-09-07 20:08:59 +02: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
README.md
server_actioncomm.php
server_category.php
server_contact.php Allow to update ref_ext via webservices 2021-06-17 18:17:08 +02:00
server_invoice.php Fix yogosha 6347 2021-06-09 15:36:47 +02:00
server_order.php Fix warning 2022-12-31 13:23:09 +01:00
server_other.php
server_payment.php
server_productorservice.php Fix warnings 2022-12-30 12:10:23 +01:00
server_project.php
server_supplier_invoice.php Fix sql error on web service 2022-02-19 00:41:45 +01:00
server_thirdparty.php Clean code, fix warnings 2022-12-30 18:43:43 +01:00
server_user.php FIX php8 compatibility 2022-08-28 14:44:53 +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).