dolibarr/htdocs/webservices
Laurent Destailleur 4a88c9ea9f Merge remote-tracking branch 'origin/3.6' into 3.7
Conflicts:
	htdocs/product/class/product.class.php
2015-12-13 15:53:57 +01:00
..
admin Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
demo_wsclient_actioncomm.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_category.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_invoice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_order.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_other.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_productorservice.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
demo_wsclient_thirdparty.php-NORUN Fix #3930 Removed executable bit 2015-12-09 13:28:36 +01:00
index.php Removed closing php tag 2014-05-03 18:18:44 +02:00
README Normalized line endings to LF 2013-06-05 16:12:07 +02:00
server_actioncomm.php Clean deprecated code. 2014-10-11 15:04:42 +02:00
server_category.php Merge remote-tracking branch 'origin/3.6' into develop 2014-10-12 02:54:34 +02:00
server_contact.php Merge remote-tracking branch 'origin/3.6' into 3.7 2015-02-10 21:33:43 +01:00
server_invoice.php Update server_invoice.php 2014-10-29 17:43:01 +01:00
server_order.php Merge remote-tracking branch 'origin/3.6' into 3.7 2015-02-18 23:51:41 +01:00
server_other.php PHP 5.6 compatibility 2014-09-16 21:21:34 +02:00
server_productorservice.php FIX #3262 Webservice getProductsForCategory() 2015-07-17 18:02:44 +02:00
server_supplier_invoice.php PHP 5.6 compatibility 2014-09-16 21:21:34 +02:00
server_thirdparty.php Merge remote-tracking branch 'origin/3.6' into develop 2014-11-05 16:37:07 +01:00
server_user.php Fix: error reported by scrutinizer 2014-12-20 15:42:03 +01: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.