dolibarr/htdocs/webservices
Laurent Destailleur 298ba17e8f Merge remote-tracking branch 'origin/3.3' into develop
Conflicts:
	htdocs/exports/class/export.class.php
	htdocs/webservices/server_user.php
2013-03-15 01:10:56 +01:00
..
admin Fix: missing webservices and code more simple 2013-01-22 11:28:53 +01:00
demo_wsclient_actioncomm.php-NORUN Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
demo_wsclient_category.php-NORUN Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01: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 Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01: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 Merge remote-tracking branch 'origin/3.3' into develop 2013-01-16 15:45:17 +01:00
index.php Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00: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 Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
server_contact.php english language standardization 2013-02-25 18:21:12 +01:00
server_invoice.php Fix: Bad format of WSDL for orders. Miscellaneous fixes into WS. 2013-03-12 15:25:58 +01:00
server_order.php Fix: Bad format of WSDL for orders. Miscellaneous fixes into WS. 2013-03-12 15:25:58 +01:00
server_other.php Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
server_productorservice.php Fix: WSDL of productorservice was not valid. Normalize field names. 2013-03-12 10:35:24 +01:00
server_supplier_invoice.php Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
server_thirdparty.php Force get list of extrafield even if external module manage extrafield 2013-01-21 13:52:59 +01:00
server_user.php Merge remote-tracking branch 'origin/3.3' into develop 2013-03-15 01:10:56 +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.