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/htdocs/webservices
Laurent Peuch e6008fc691 init
2015-09-28 22:09:38 +02:00
..
admin init 2015-09-28 22:09:38 +02:00
demo_wsclient_actioncomm.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_category.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_invoice.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_order.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_other.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_productorservice.php-NORUN init 2015-09-28 22:09:38 +02:00
demo_wsclient_thirdparty.php-NORUN init 2015-09-28 22:09:38 +02:00
index.php init 2015-09-28 22:09:38 +02:00
README init 2015-09-28 22:09:38 +02:00
server_actioncomm.php init 2015-09-28 22:09:38 +02:00
server_category.php init 2015-09-28 22:09:38 +02:00
server_contact.php init 2015-09-28 22:09:38 +02:00
server_invoice.php init 2015-09-28 22:09:38 +02:00
server_order.php init 2015-09-28 22:09:38 +02:00
server_other.php init 2015-09-28 22:09:38 +02:00
server_productorservice.php init 2015-09-28 22:09:38 +02:00
server_supplier_invoice.php init 2015-09-28 22:09:38 +02:00
server_thirdparty.php init 2015-09-28 22:09:38 +02:00
server_user.php init 2015-09-28 22:09:38 +02:00

README (english)
---------------------------------------------------------
This directory contains files to make Dolibarr a server
of SOAP Web Services.

* To see all Webservices provided by Dolibarr, just call following Url:
http://mydomain.com/dolibarr/webservices/server.php

* WSDL file of Web services provided by Dolibarr can be obtained at:
http://mydomain.com/dolibarr/webservices/server.php?wsdl
and is also saved in file:
server.wsdl 

Note, you can test this Webservices by calling the page client.php.