dolibarr/htdocs/webservices
2013-06-05 16:12:07 +02:00
..
admin Fix: missing webservices and code more simple 2013-01-22 11:28:53 +01:00
demo_wsclient_actioncomm.php Change comment on dol_include_once method 2013-05-28 17:53: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 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 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: Fix error with linux rules 2013-04-30 21:31:35 +02:00
server_contact.php Reveiw extrafield for womplaiance with wiki 2013-04-26 10:29:14 +02:00
server_invoice.php [ task #811 ] Uniformanize note field 2013-04-09 17:18:07 +02:00
server_order.php [ task #811 ] Uniformanize note field 2013-04-09 17:18:07 +02:00
server_other.php Qual: Uniformize permission code between viewimage.php and document.php 2013-05-16 15:46:54 +02:00
server_productorservice.php New: enhance tool fixdosfiles.sh 2013-03-30 14:27:13 +01:00
server_supplier_invoice.php Normalized line endings to LF 2013-06-05 16:12:07 +02:00
server_thirdparty.php Reveiw extrafield for womplaiance with wiki 2013-04-26 10:29:14 +02:00
server_user.php Reveiw extrafield for womplaiance with wiki 2013-04-26 10:29:14 +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.