dolibarr/htdocs/webservices
2019-06-23 20:05:15 +02:00
..
admin PSR2 space after comma in function call 2019-01-27 11:55:16 +01:00
demo_wsclient_actioncomm.php-NORUN Clean code. Using 2 different key for a param is not more allowed. 2017-05-05 18:42:11 +02:00
demo_wsclient_category.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_invoice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_order.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_other.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_productorservice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_project.php-NORUN New: Project WebServices 2016-04-07 22:08:50 +02:00
demo_wsclient_thirdparty.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
index.php Merge branch 'develop' into nospaceaftercomma 2019-01-30 18:27:35 +01:00
README.md Fix position of modules 2019-06-23 20:05:15 +02:00
server_actioncomm.php Fix ident 2019-05-23 14:30:34 +02:00
server_category.php Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into 2019-02-13 09:23:52 +01:00
server_contact.php Deprecated property ->fk_departement is now ->state_id everywhere. 2019-04-05 20:06:13 +02:00
server_invoice.php All methods set_draft() were renamed into setDraft() 2019-03-15 19:01:40 +01:00
server_order.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +01:00
server_other.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +01:00
server_payment.php PSR2 space after comma in function call 2019-01-27 11:55:16 +01:00
server_productorservice.php Removed deprecated use of string in dol_print_date(). Only date allowed. 2019-04-01 19:27:34 +02:00
server_project.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +01:00
server_supplier_invoice.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +01:00
server_thirdparty.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +01:00
server_user.php Merge remote-tracking branch 'upstream/develop' into nospaceaftercomma 2019-01-27 23:23:38 +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).