1));
echo "The price of the book you requested is:
$";
print $client->__call("getPrice", array("0764572822"));
echo "
The request envelope result is: ";
print "
".($client->__getLastRequest())."";
echo " The response envelope result is: ";
print "
".($client->__getLastResponse())."";
?>