Laurent Destailleur 628feb9c34 Fix warning 1 年之前
..
admin 619155f65e Fix with php-cs-fixer 1 年之前
README.md 43fc0466e5 Fix position of modules 6 年之前
demo_wsclient_actioncomm.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_category.php-NORUN 5f0a34166d NEW Add a protection into PHPunit to avoid to forget a var_dump 3 年之前
demo_wsclient_invoice.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_order.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_other.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_productorservice.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_project.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
demo_wsclient_thirdparty.php-NORUN 02dbc11f98 Move Gnu.org to https 5 年之前
index.php 075ee02901 Fix php8.2 warnings 1 年之前
server_actioncomm.php 619155f65e Fix with php-cs-fixer 1 年之前
server_category.php 619155f65e Fix with php-cs-fixer 1 年之前
server_contact.php 619155f65e Fix with php-cs-fixer 1 年之前
server_invoice.php 619155f65e Fix with php-cs-fixer 1 年之前
server_order.php 619155f65e Fix with php-cs-fixer 1 年之前
server_other.php 619155f65e Fix with php-cs-fixer 1 年之前
server_payment.php b28ae5d8d3 Clean code 1 年之前
server_productorservice.php 619155f65e Fix with php-cs-fixer 1 年之前
server_project.php 619155f65e Fix with php-cs-fixer 1 年之前
server_supplier_invoice.php 628feb9c34 Fix warning 1 年之前
server_thirdparty.php 619155f65e Fix with php-cs-fixer 1 年之前
server_user.php 619155f65e Fix with php-cs-fixer 1 年之前

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