dolibarr/htdocs/webservices
jfefe 1ae87887fb Fix into user webservices : better error management and country detection
- Avoid errors when creating an user with thirdparty
- Add country detection in webservices when country_code is filled
2014-02-04 18:03:22 +01:00
..
admin Add link to contact webservice that is already available 2013-10-25 11:39:14 +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 Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01: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: Permissions on files 2013-08-06 00:36:21 +02:00
server_contact.php WebService contact with statut (the new field) 2013-11-14 19:41:27 +01:00
server_invoice.php Fix: permission check in invoice webservice 2013-09-09 17:08:22 +02:00
server_order.php Solved some bugs in order creation and validation 2013-12-19 16:06:59 +01:00
server_other.php Wrong parameters order in the function call 2013-12-19 16:06:59 +01:00
server_productorservice.php Fix: Serious pb with loading stocks. If we use product->stock_reel or 2013-12-10 19:42:49 +01:00
server_supplier_invoice.php Fix: Permissions on files 2013-08-06 00:36:21 +02:00
server_thirdparty.php allow the webservice to create a private individual 2013-12-20 17:03:24 +01:00
server_user.php Fix into user webservices : better error management and country detection 2014-02-04 18:03:22 +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.