mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
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 <jean@tiaris.info>
|
|
Translation from french to english: Yannick Warnier <ywarnier@beeznest.org> |