dolibarr/htdocs/webservices
2010-12-09 19:56:35 +00:00
..
admin Work on webservices 2010-12-06 02:40:58 +00:00
demo_wsclient_invoice.php Fix: Use correct file name 2010-12-09 19:56:35 +00:00
demo_wsclient_other.php Fix: Use correct file name 2010-12-09 19:56:35 +00:00
demo_wsclient_thirdparty.php Fix: Use correct file name 2010-12-09 19:56:35 +00:00
index.php Fix: nous ne sommes jamais trop prudent ! 2009-05-18 13:10:40 +00:00
README Doc 2008-07-11 23:33:16 +00:00
server_invoice.php Work on web services 2010-12-07 08:36:50 +00:00
server_other.php New: Work on web services 2010-12-05 20:33:24 +00:00
server_thirdparty.php Work on web services 2010-12-07 08:36:50 +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.