Files
dolibarr/htdocs/webservices
Laurent Destailleur 87f70f2d22 Fixed: property must be called billed into web service.
Fixed: web service to create order was useless. it was not possible to
change status.
2015-01-10 01:07:18 +01:00
..
2014-05-03 18:18:44 +02:00
2013-06-05 16:12:07 +02:00
2014-10-11 15:04:42 +02:00
2014-10-29 17:43:01 +01:00
2014-09-16 21:21:34 +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.