Files
dolibarr/htdocs/oscommerce_ws/ws_server/ws_index.html
2009-11-06 16:27:41 +00:00

25 lines
757 B
HTML

<html>
<head>
</head>
<body>
This page show list of public webservices, now available on
your server OSCommerce.<br>
<br>
* <a href="ws_articles.php">ws_articles</a><br>
* <a href="ws_customers.php">ws_customers</a><br>
* <a href="ws_orders.php">ws_orders</a><br>
* <a href="ws_test.php">ws_test</a><br>
<br>
Those pages will be called by Dolibarr using its own SOAP web service client.<br>
<br>
However, don't forget to edit the <br>
* configure.php file in the OSCommerce server side (in ws_server/includes directory) to define
how to connect to the OSCommerce database.<br>
* configure.php file in the Dolibarr server side (in oscommerce_ws/includes directory) to define
how to connect to the OSCommerce server side web services.<br>
</body>
</html>