dolibarr/htdocs/webservices
2006-12-16 13:45:59 +00:00
..
client.php New: Vérification par web service de la validité du code tva intracommunautaire 2006-12-16 13:45:59 +00:00
README.txt Add documentation 2006-11-23 00:04:19 +00:00
server.php

This directory contains files that make Dolibarr a server of web services.

To see all Webservices provided by Dolibarr, just call following Url:
http://mydomain.com/dolibarr/webservices/server.php

This page will return the WSDL of Web services provided by Dolibarr.
Note, you can test this Webservices by calling the page client.php.