dolibarr/htdocs/webservices
2012-12-08 13:30:39 +01:00
..
admin New: add key generator in webservices admin page 2012-10-26 15:20:47 +02:00
demo_wsclient_category.php-NORUN New webservice to fetch categories 2012-11-18 13:15:19 +01:00
demo_wsclient_invoice.php-NORUN Fix: merge problem 2012-08-23 18:45:41 +02:00
demo_wsclient_order.php-NORUN New webservice for order with method to get, create and valid an order 2012-11-19 12:14:51 +01:00
demo_wsclient_other.php-NORUN Fix: merge problem 2012-08-23 18:45:41 +02:00
demo_wsclient_productorservice.php-NORUN Fix: merge problem 2012-08-23 18:45:41 +02:00
demo_wsclient_thirdparty.php-NORUN Fix: merge problem 2012-08-23 18:45:41 +02:00
index.php Fix: strict mode hurricane 2012-09-15 10:01:35 +02:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
server_category.php Fix: Checkstyle 2012-11-19 23:43:14 +01:00
server_contact.php Remove deprecated fields 2012-12-05 06:42:05 +01:00
server_invoice.php Fix : correct invoice line description when calling by webservice 2012-11-14 12:42:04 +01:00
server_order.php New webservice for order with method to get, create and valid an order 2012-11-19 12:14:51 +01:00
server_other.php Removed parenthesis from all require_once and replaced with single quotes 2012-08-22 23:11:24 +02:00
server_productorservice.php Fix: Checkstyle 2012-11-19 23:43:14 +01:00
server_supplier_invoice.php Removed parenthesis from all require_once and replaced with single quotes 2012-08-22 23:11:24 +02:00
server_thirdparty.php Add third party extrafield in web service exposure 2012-12-08 13:30:39 +01:00
server_user.php Add contact info when get an user by webservice 2012-12-05 02:11:11 +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.