diff --git a/htdocs/oscommerce_ws/ws_server/README b/htdocs/oscommerce_ws/ws_server/README new file mode 100644 index 00000000000..b10a109019b --- /dev/null +++ b/htdocs/oscommerce_ws/ws_server/README @@ -0,0 +1,46 @@ +OSCommerce interface and Dolibarr +--------------------------------- + +TODO ON THE OSCOMMERCE WEBSITE INSTALLATION : + +Copy the contents of the ws_server directory 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 +Translation from french to english: Yannick Warnier \ No newline at end of file