dolibarr/htdocs/webservices
Frédéric FRANCE 35751a80ab
100% centpercent
2019-11-05 21:24:41 +01:00
..
admin 100% centpercent 2019-11-05 21:24:41 +01:00
demo_wsclient_actioncomm.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_category.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_invoice.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_order.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_other.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_productorservice.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_project.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
demo_wsclient_thirdparty.php-NORUN Move Gnu.org to https 2019-09-23 21:55:30 +02:00
index.php Move Gnu.org to https 2019-09-23 21:55:30 +02:00
README.md Fix position of modules 2019-06-23 20:05:15 +02:00
server_actioncomm.php Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen 2019-10-16 20:00:01 +02:00
server_category.php clean indent in variants directory 2019-10-26 20:53:39 +02:00
server_contact.php Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen 2019-10-16 20:00:01 +02:00
server_invoice.php clean indent in variants directory 2019-10-26 20:53:39 +02:00
server_order.php Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen 2019-10-16 20:00:01 +02:00
server_other.php Move Gnu.org to https 2019-09-23 21:55:30 +02:00
server_payment.php clean indent in variants directory 2019-10-26 20:53:39 +02:00
server_productorservice.php Renaming some libelle into label 2019-11-02 12:59:38 +01:00
server_project.php NEW Code for extrafields uses the new array $extrafields->attributes 2019-10-06 14:41:52 +02:00
server_supplier_invoice.php Renaming some libelle into label 2019-11-02 12:59:38 +01:00
server_thirdparty.php Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen 2019-10-16 20:00:01 +02:00
server_user.php replace deprecated user->societe_id by user->socid 2019-10-31 20:46:31 +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).