dolibarr/htdocs/webservices
Laurent Destailleur cd8ebd9500 Fix warnings
2020-09-20 16:57:53 +02:00
..
admin Clean trim on GETPOST (already included inside GETPOST when not 'none' 2020-08-28 21:27:50 +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 Properties ->contactid has been renamed into ->contact_id 2020-06-25 12:17:47 +02:00
server_category.php add new rule 2020-05-21 01:41:27 +02:00
server_contact.php add new rule 2020-05-21 01:41:27 +02:00
server_invoice.php Standardize code around model_pdf 2020-09-10 01:49:09 +02:00
server_order.php Standardize code around model_pdf 2020-09-10 01:49:09 +02:00
server_other.php add new rule 2020-05-21 01:41:27 +02:00
server_payment.php add new rule 2020-05-21 01:41:27 +02:00
server_productorservice.php Fix warnings 2020-09-20 16:57:53 +02:00
server_project.php add new rule 2020-05-21 01:41:27 +02:00
server_supplier_invoice.php add new rule 2020-05-21 01:41:27 +02:00
server_thirdparty.php add new rule 2020-05-21 01:41:27 +02:00
server_user.php Fix escape 2020-09-19 22:59:04 +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).