dolibarr/htdocs/webservices
2012-07-23 16:10:54 +02:00
..
admin Fix: Permissions when using web services. 2012-07-22 02:33:21 +02:00
demo_wsclient_invoice.php Can choose nusoap library path. 2011-11-27 02:06:48 +01:00
demo_wsclient_other.php Can choose nusoap library path. 2011-11-27 02:06:48 +01:00
demo_wsclient_productorservice.php New: Add web service to list product. Not stable yet. 2012-03-16 18:35:39 +01:00
demo_wsclient_thirdparty.php Can choose nusoap library path. 2011-11-27 02:06:48 +01:00
index.php New: Add webservice user 2011-10-18 16:26:40 +02:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
server_invoice.php Fix: uniformize code 2012-07-23 16:10:54 +02:00
server_other.php Fix: Missing lang loading 2012-07-22 12:13:53 +02:00
server_productorservice.php Fix: Missing lang loading 2012-07-22 12:13:53 +02:00
server_supplier_invoice.php Fix: Missing lang loading 2012-07-22 12:13:53 +02:00
server_thirdparty.php Fix: Missing lang loading 2012-07-22 12:13:53 +02:00
server_user.php Fix: Missing lang loading 2012-07-22 12:13:53 +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.