mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 03:28:18 +01:00
25 lines
757 B
HTML
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> |