dolibarr/htdocs/oscommerce_ws/ws_server
2009-11-06 16:27:41 +00:00
..
includes Fix: Help for ws service is more clear. 2009-11-06 15:36:20 +00:00
lib Fix: Assigning the return value of new by reference is deprecated 2009-10-25 10:53:36 +00:00
index.php Fix: Help for ws service is more clear. 2009-11-06 15:36:20 +00:00
README Fix: Help for ws service is more clear. 2009-11-06 15:36:20 +00:00
README-FR Renomme fichier README en README-FR 2007-02-05 13:02:37 +00:00
ws_articles.php Fix: A ton of bug on oscommerce interface by webservice 2009-11-06 16:27:41 +00:00
ws_customers.php Fix: A ton of bug on oscommerce interface by webservice 2009-11-06 16:27:41 +00:00
ws_index.html Fix: A ton of bug on oscommerce interface by webservice 2009-11-06 16:27:41 +00:00
ws_orders.php Fix: A ton of bug on oscommerce interface by webservice 2009-11-06 16:27:41 +00:00
ws_test.php Fix: A ton of bug on oscommerce interface by webservice 2009-11-06 16:27:41 +00:00

OSCommerce interface and Dolibarr
---------------------------------

TODO ON THE OSCOMMERCE WEBSITE INSTALLATION :

Copy the directory ws_server and its content on the OSCommerce web server.
This includes the lib directory which contains the nusoap library, the 
includes directory which contains the configure.php file and the ws_* files.

Configuration :
Everything is located into the configure.php in the form of define() calls 
(access to the database and default language definition)

That's it.
Your OSCommerce application now offers web services usable by other 
applications (like Dolibarr).

TEST THE INSTALLATION

Open the ws_index.html page on your OSCommerce server.
The links access several methods of the webservices.

If you obtain a "Fault" response, there is a problem (in general, the message 
gives you a way to find out which kind of problem).

TEST FROM DOLIBARR

The integration from Dolibarr is available from the CVS

An OSCommerce shop is provided here: http://osc.tiaris.info for you to test.
You can create clients, orders, ... This will make it all more realistic and 
will not cost you a penny, although you won't get anything out of it either!

********************************************************************************
WARNING: this is only the beginning of this development. At this stage, there is
no access control, so you should only install this on test systems and never use
it on production servers.
********************************************************************************
********************************************************************************

Please have a look at the wiki for more documentation and follow-up:
	http://www.dolibarr.com/wikidev/index.php/Discussion_Utilisateur:Tiaris
Please use the mailing-list and the forum for discussions on the topic.

Initial text:						Jean Heimburger	<jean@tiaris.info>
Translation from french to english: Yannick Warnier	<ywarnier@beeznest.org>