dolibarr/htdocs/webservices
2012-08-29 10:23:15 +02:00
..
admin Removed parenthesis from all require and replaced with single quotes 2012-08-22 23:24:21 +02:00
demo_wsclient_invoice.php-NORUN Fix: merge problem 2012-08-23 18:45:41 +02: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 Removed parenthesis from all require_once and replaced with single quotes 2012-08-22 23:11:24 +02:00
README Fix: Restore stable version for 3.0 2010-12-14 23:27:17 +00:00
server_invoice.php Removed parenthesis from all require_once and replaced with single quotes 2012-08-22 23:11:24 +02: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 Removed parenthesis from all include and include_once and replaced with single quotes 2012-08-23 02:40:41 +02: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 Removed parenthesis from all include and include_once and replaced with single quotes 2012-08-23 02:40:41 +02:00
server_user.php Fix: Test on ref and ref_ext into webservice 2012-08-29 10:23:15 +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.