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

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