dolibarr/htdocs/webservices
Laurent Destailleur e99e7973df Fix: Parameter pb.
2011-03-18 10:05:16 +00:00
..
admin Work on webservices 2010-12-06 02:40:58 +00:00
demo_wsclient_invoice.php Fix: UTF encoding in web services 2011-03-18 09:54:01 +00:00
demo_wsclient_other.php Fix: UTF encoding in web services 2011-03-18 09:54:01 +00:00
demo_wsclient_thirdparty.php Fix: UTF encoding in web services 2011-03-18 09:54:01 +00:00
index.php Add index page of webservices 2010-12-18 11:09:26 +00:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
server_invoice.php Fix: Parameter pb. 2011-03-18 10:05:16 +00:00
server_other.php Fix: UTF encoding in web services 2011-03-18 09:54:01 +00:00
server_thirdparty.php Fix: Parameter pb. 2011-03-18 10:05:16 +00: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.