Givriz c48129e279 Ajout de la class "button-save" hace 4 años
..
admin c48129e279 Ajout de la class "button-save" hace 4 años
README.md 43fc0466e5 Fix position of modules hace 6 años
demo_wsclient_actioncomm.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_category.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_invoice.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_order.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_other.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_productorservice.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_project.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
demo_wsclient_thirdparty.php-NORUN 02dbc11f98 Move Gnu.org to https hace 5 años
index.php 444c293c01 Scrutinizer Auto-Fixes hace 5 años
server_actioncomm.php a2a9c51e50 Scrutinizer Auto-Fixes hace 4 años
server_category.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_contact.php a2a9c51e50 Scrutinizer Auto-Fixes hace 4 años
server_invoice.php ab25e047c0 Scrutinizer Auto-Fixes hace 4 años
server_order.php 90884d8085 Fix compatibility with date_delivery hace 4 años
server_other.php ee6fadd0d5 add new rule hace 5 años
server_payment.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_productorservice.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_project.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_supplier_invoice.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_thirdparty.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años
server_user.php 7f52920716 Scrutinizer Auto-Fixes hace 4 años

README.md

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