dolibarr/htdocs/webservices
2014-08-10 13:37:39 +02: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 Reset demo webservice to NORUN 2013-07-05 09:19:56 +02:00
demo_wsclient_category.php-NORUN Fix: Fix error with linux rules 2013-04-30 21:31:35 +02:00
demo_wsclient_invoice.php-NORUN Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
demo_wsclient_order.php-NORUN [ task #811 ] Uniformanize note field 2013-04-09 17:18:07 +02:00
demo_wsclient_other.php-NORUN Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
demo_wsclient_productorservice.php-NORUN Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
demo_wsclient_thirdparty.php-NORUN Add category into filter into webservice thirdparty method 2013-08-15 10:39:59 +02: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 Qual: remove PHP closing tag (again) 2014-05-26 13:51:25 +02:00
server_contact.php Renamed llx_c_pays to llx_c_country & field "libelle" to "label" 2014-08-10 13:37:39 +02:00
server_invoice.php Rename mode_reglement_id into payment_mode_id 2014-05-22 08:54:14 +02:00
server_order.php Fix: When creating an invoice, we must first create it as draft and then 2014-05-13 14:24:27 +02:00
server_other.php Removed closing php tag 2014-05-03 18:18:44 +02:00
server_productorservice.php Merge branch 'develop' into syslog 2014-07-02 21:20:02 +02:00
server_supplier_invoice.php Removed closing php tag 2014-05-03 18:18:44 +02:00
server_thirdparty.php Renamed llx_c_pays to llx_c_country & field "libelle" to "label" 2014-08-10 13:37:39 +02:00
server_user.php Renamed llx_c_pays to llx_c_country & field "libelle" to "label" 2014-08-10 13:37:39 +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.