dolibarr/htdocs/webservices
Raphaël Doursenaud c0862762a5 Fix #3930 Removed executable bit
These files doesn't contain executable code and may pose a security
threat.
2015-12-09 13:28:36 +01:00
..
admin Removed closing php tag 2014-05-03 18:18:44 +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 Force get list of extrafield even if external module manage extrafield 2013-01-21 13:52:59 +01:00
server_category.php Fix web service category 2014-09-26 16:18:32 +02:00
server_contact.php FIXED #1824 Add ref_ext for Contact webservices 2015-02-05 14:28:16 +01:00
server_invoice.php Merge pull request #1893 from braito4/patch-2 2014-09-22 23:46:48 +02:00
server_order.php fix typo in createOrder 2015-02-10 13:21:36 +01:00
server_other.php Removed closing php tag 2014-05-03 18:18:44 +02:00
server_productorservice.php FIXED : product webservice can now save barcode 2015-02-09 13:55:43 +01:00
server_supplier_invoice.php Removed closing php tag 2014-05-03 18:18:44 +02:00
server_thirdparty.php webservice Thirdparty parameter lastname for invidual creation is now 2014-10-28 16:50:44 +01:00
server_user.php Properties "civilite_id" were renamed into "civility_id". 2014-05-05 00:23:09 +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.