dolibarr/htdocs/webservices
2011-02-24 21:37:23 +00:00
..
admin New: Add web service to get supplier invoices 2011-02-24 21:37:23 +00:00
demo_wsclient_invoice.php Now dolibarr_main_url_root is detected automatically. Value in conf file is used only to forge links to show for external access. 2011-02-23 12:24:09 +00:00
demo_wsclient_other.php Now dolibarr_main_url_root is detected automatically. Value in conf file is used only to forge links to show for external access. 2011-02-23 12:24:09 +00:00
demo_wsclient_thirdparty.php Now dolibarr_main_url_root is detected automatically. Value in conf file is used only to forge links to show for external access. 2011-02-23 12:24:09 +00:00
index.php New: Add web service to get supplier invoices 2011-02-24 21:37:23 +00:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
server_invoice.php More error message 2011-01-17 00:33:19 +00:00
server_other.php More error message 2011-01-17 00:33:19 +00:00
server_supplier_invoice.php New: Add web service to get supplier invoices 2011-02-24 21:37:23 +00:00
server_thirdparty.php More error message 2011-01-17 00:33:19 +00: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.