dolibarr/htdocs/webservices
2012-07-13 12:15:16 +02:00
..
admin Doxygen 2012-01-04 21:47:40 +01: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 Doxygen 2012-01-04 21:47:40 +01:00
server_other.php Doxygen 2012-01-04 21:47:40 +01:00
server_productorservice.php Checkstyle 2012-03-27 09:59:28 +02:00
server_supplier_invoice.php Doxygen 2012-01-04 21:47:40 +01:00
server_thirdparty.php Fix: Phone not saved when using web service 2012-07-13 12:15:16 +02:00
server_user.php Doxygen 2012-01-04 21:47:40 +01: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.