Tue Oct 28, 2008 3:46 pm
<?php
$ws = "http://www.xmethods.net/sd/2001/TemperatureService.wsdl";
$zipcode = "12312";
$client = new SoapClient($ws,array('trace' => 1));
$temperature = $client->getTemp($zipcode);
echo htmlspecialchars($client->__getLastResponse());
?>
Thu Nov 24, 2011 11:02 am
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.