mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
.. | ||
admin | ||
demo_wsclient_actioncomm.php-NORUN | ||
demo_wsclient_category.php-NORUN | ||
demo_wsclient_invoice.php-NORUN | ||
demo_wsclient_order.php-NORUN | ||
demo_wsclient_other.php-NORUN | ||
demo_wsclient_productorservice.php-NORUN | ||
demo_wsclient_project.php-NORUN | ||
demo_wsclient_thirdparty.php-NORUN | ||
index.php | ||
README.md | ||
server_actioncomm.php | ||
server_category.php | ||
server_contact.php | ||
server_invoice.php | ||
server_order.php | ||
server_other.php | ||
server_payment.php | ||
server_productorservice.php | ||
server_project.php | ||
server_supplier_invoice.php | ||
server_thirdparty.php | ||
server_user.php |
API SOAP howto
This directory contains files to make Dolibarr a server of SOAP Web Services.
Explore the api
- To see all Webservices provided by Dolibarr, just call following Url: http://mydomain.com/mydolibarr/webservices/admin/index.php
Access to the API
- WSDL file of a Web service provided by Dolibarr can be obtained at: http://mydomain.com/mydolibarr/webservices/server_xxx.php?wsdl
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).