dolibarr/htdocs/webservices
2019-01-27 17:59:13 +01:00
..
admin FIX change my deprecated email 2018-10-27 14:43:12 +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 PSR2.Files.EndFileNewline.TooMany 2019-01-27 14:10:35 +01:00
README.md
server_actioncomm.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_category.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_contact.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_invoice.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_order.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_other.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_payment.php test include 2018-07-26 11:34:51 +02:00
server_productorservice.php Merge branch 'develop' into elseif 2019-01-27 17:54:06 +01:00
server_project.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_supplier_invoice.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_thirdparty.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +01:00
server_user.php Squiz.Functions.FunctionDeclarationArgumentSpacing 2019-01-27 15:20:16 +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).