Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/xMethods/XMethods.Sample.html
david d99a44999f - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@7 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 13:36:58 +00:00

48 lines
1.4 KiB
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="..\styles.css">
</head>
<body>
<img src="..\..\ro.png" alt="" align="right">
<!-------------------------------------------------------------------------->
<p class="h1">
<span>xMethods</span>
</p>
<h2>Purpose</h2>
<p>This demo application shows how to access existing <b>SOAP Web Services</b> using the <b>RemObjects SDK</b>.</p>
<p>
The following services are included:<br>
</p>
<ul>
<li>BabelFish</li>
<li>Barnes and Noble Price Quote</li>
<li>Currency Exchange Rate</li>
<li>California Traffic Conditions</li>
<li>eBay Price Watcher</li>
<li>DomainChecker </li>
<li>FedEx Tracker</li>
<li>XMethods Query Service</li>
</ul>
<h2>
Known Problems</h2>
Web services are moving targets and subject to change without much notice. At the
time of writing, the following problems are known:<ul>
<li>BabelFish returns incorrect UTF8 coding. Therefore usesr will receive errors for
German, Italian and Portuguese.</li>
<li>Barnes&amp;Noble always return "-1".</li>
<li>CaliforniaHighwayTraffic always return "No accidents reported."</li>
<li>Ebay always return "-1".</li>
<li>FedEx always returns "No Status Available at this Time".
<br />
<br />
<br />
</li>
</ul>
</body>
</html>