dolibarr/htdocs/webservices
2016-04-08 21:50:31 +02:00
..
admin Debug web service project 2016-04-08 21:50:31 +02:00
demo_wsclient_actioncomm.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01: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 Restler #3544 2015-11-22 17:17:06 +01:00
README.md Restler #3544 2015-11-22 17:17:06 +01:00
server_actioncomm.php Clean deprecated code. 2014-10-11 15:04:42 +02:00
server_category.php Prepare code for generic solution where all path are forged using 2015-05-18 22:25:51 +02:00
server_contact.php Merge remote-tracking branch 'upstream/develop' into 3.7-webservices-fix 2015-05-21 13:11:41 +02:00
server_invoice.php add test for invoices API 2015-05-28 16:57:28 +02:00
server_order.php Merge remote-tracking branch 'upstream/develop' into 3.7-webservices-fix 2015-05-21 13:11:41 +02:00
server_other.php PHP 5.6 compatibility 2014-09-16 21:21:34 +02:00
server_productorservice.php getListOfProductsOrServices() filters are broken 2015-11-13 20:25:12 +02:00
server_project.php Debug web service project 2016-04-08 21:50:31 +02:00
server_supplier_invoice.php PHP 5.6 compatibility 2014-09-16 21:21:34 +02:00
server_thirdparty.php Avoid errors with bad parameters 2016-01-27 23:09:05 +01:00
server_user.php Fix: error reported by scrutinizer 2014-12-20 15:42:03 +01:00

API SOAP howto

This directory contains files to make Dolibarr a server of SOAP Web Services.

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).