// This sample show the number of photometric data of 1999 TD10
$client = new SoapClient('http://bdp.obs-besancon.fr/soap/ws_bdp.wsdl');
if ($client->getAvailability()) {
echo htmlentities($client->haveObjectData('1999 TD10'));
} else {
echo 'Database is temporarily unavailable';
}
473