dolibarr/htdocs/webservices
2011-10-18 16:26:40 +02:00
..
admin Work on product webservice 2011-10-01 01:30:32 +02:00
demo_wsclient_invoice.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
demo_wsclient_other.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00:00
demo_wsclient_productorservice.php Work on product webservice 2011-10-01 01:30:32 +02:00
demo_wsclient_thirdparty.php Fix: remove obsolete tags (in progress) 2011-08-27 16:15:06 +00: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 New: Add webservice to create a product 2011-10-02 01:23:57 +02:00
server_other.php Work on product webservice 2011-10-01 01:30:32 +02:00
server_productorservice.php Doxygen 2011-10-18 14:52:43 +02:00
server_supplier_invoice.php Work on product webservice 2011-10-01 01:30:32 +02:00
server_thirdparty.php New: Add web service to get user 2011-10-18 15:55:06 +02:00
server_user.php New: Add web service to get user 2011-10-18 15:55:06 +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.