- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
48 lines
1.4 KiB
HTML
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&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> |