Files
dolibarr/htdocs/webservices
Laurent Destailleur af4651f1a2 Merge remote-tracking branch 'origin/3.4' into develop
Conflicts:
	build/perl/virtualmin/dolibarr.pl
	htdocs/core/lib/files.lib.php
	htdocs/langs/en_US/projects.lang
	htdocs/langs/fr_FR/projects.lang
	htdocs/public/paybox/paymentko.php
	htdocs/public/paybox/paymentok.php
	htdocs/public/paypal/paymentko.php
	htdocs/public/paypal/paymentok.php
	htdocs/webservices/server_other.php
2013-06-25 23:22:00 +02:00
..
2013-06-05 16:12:07 +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.