a-schild 597e8ef671 Allow to update ref_ext via webservices 4 gadi atpakaļ
..
admin db871994fb code syntax variants webservice directory 4 gadi atpakaļ
README.md 43fc0466e5 Fix position of modules 6 gadi atpakaļ
demo_wsclient_actioncomm.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_category.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_invoice.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_order.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_other.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_productorservice.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_project.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
demo_wsclient_thirdparty.php-NORUN 02dbc11f98 Move Gnu.org to https 5 gadi atpakaļ
index.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ
server_actioncomm.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ
server_category.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ
server_contact.php 597e8ef671 Allow to update ref_ext via webservices 4 gadi atpakaļ
server_invoice.php fb46ece906 Fix yogosha 6347 4 gadi atpakaļ
server_order.php fb46ece906 Fix yogosha 6347 4 gadi atpakaļ
server_other.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ
server_payment.php dbd7292cd6 Replace doubleval into floatval 4 gadi atpakaļ
server_productorservice.php fb46ece906 Fix yogosha 6347 4 gadi atpakaļ
server_project.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ
server_supplier_invoice.php fb46ece906 Fix yogosha 6347 4 gadi atpakaļ
server_thirdparty.php fb46ece906 Fix yogosha 6347 4 gadi atpakaļ
server_user.php db871994fb code syntax variants webservice directory 4 gadi atpakaļ

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