Laurent Destailleur a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id hai 1 ano
..
admin 8df194021c missing include %!s(int64=2) %!d(string=hai) anos
README.md 43fc0466e5 Fix position of modules %!s(int64=6) %!d(string=hai) anos
demo_wsclient_actioncomm.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_category.php-NORUN 5f0a34166d NEW Add a protection into PHPunit to avoid to forget a var_dump %!s(int64=3) %!d(string=hai) anos
demo_wsclient_invoice.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_order.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_other.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_productorservice.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_project.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
demo_wsclient_thirdparty.php-NORUN 02dbc11f98 Move Gnu.org to https %!s(int64=5) %!d(string=hai) anos
index.php db871994fb code syntax variants webservice directory %!s(int64=4) %!d(string=hai) anos
server_actioncomm.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_category.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_contact.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_invoice.php b37a438067 The property ->user_validation to store ID of user validating has been hai 1 ano
server_order.php e1bf377f20 QUAL: Removed deprecated field remise, remise_percent, remise_absolute hai 1 ano
server_other.php ec3fcd852a Fix #yogosha16039 %!s(int64=2) %!d(string=hai) anos
server_payment.php ec3fcd852a Fix #yogosha16039 %!s(int64=2) %!d(string=hai) anos
server_productorservice.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_project.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_supplier_invoice.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano
server_thirdparty.php a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id hai 1 ano
server_user.php 7a3e6606b7 Fix php8.2 warnings hai 1 ano

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