Laurent Destailleur c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into пре 2 година
..
admin 8df194021c missing include пре 2 година
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 db871994fb code syntax variants webservice directory пре 4 година
server_actioncomm.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_category.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_contact.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_invoice.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_order.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_other.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_payment.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_productorservice.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_project.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_supplier_invoice.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_thirdparty.php ec3fcd852a Fix #yogosha16039 пре 2 година
server_user.php c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into пре 2 година

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