×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks Jon. UPS is another good one which I'd forgotten about.
If you're into theology, here's another free one I found that's kind of
interesting:
http://www.gnpcb.org/esv/share/services/api/
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [
mailto:wdsci-l-bounces@xxxxxxxxxxxx] On
Behalf Of Jon Paris
Sent: Tuesday, July 03, 2007 9:28 AM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Web Services location
Hi Shannon,
As part of my "playing" with PHP I've been using a couple of free services
from xmethods.net - the basic PHP code below deals with two of them (stock
quote and exchange rate) there are a couple of other freebies as well if I
recall correctly.
Don't forget the various services (including UPS) that Scott uses in his
demo programs for the HTTPAPI.
$QuoteClient = new
SoapClient("
http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.ws
dl");
$CurrencyClient = new
SoapClient("
http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl");
$IBM_Price = $QuoteClient->getQuote("ibm"); $coke_Price =
$QuoteClient->getQuote("ko"); $US_Cdn_Rate = $CurrencyClient->getRate("usa",
"canada");
Jon Paris
Partner400
www.Partner400.com
--
This is the Websphere Development Studio Client for iSeries (WDSCI-L)
mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.