I get this error... is SOAP not installed or something??
<?php # GetTemp.php
# Copyright (c) 2005 by Dr. Herong Yang, http://www.herongyang.com/
#
$client = new SoapClient
("http://www.xmethods.net/sd/2001/DemoTemperatureService.wsdl");
echo("\nReturning value of getTemp() call: ".
$client->getTemp("12345"));
?>
Fatal error: Class 'SoapClient' not found in /home/rlnz/public_html/webservice/z.php on line 5