1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/sources/dolibarr-6.0.4/webservices
2018-02-06 17:44:27 +01:00
..
admin Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_actioncomm.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_category.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_invoice.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_order.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_other.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_productorservice.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_project.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
demo_wsclient_thirdparty.php-NORUN Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
index.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
README.md Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_actioncomm.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_category.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_contact.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_invoice.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_order.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_other.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_payment.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_productorservice.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_project.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_supplier_invoice.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_thirdparty.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00
server_user.php Test with Dolibarr 6.0.4 2018-02-06 17:44:27 +01:00

API SOAP howto

This directory contains files to make Dolibarr a server of SOAP Web Services.

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