< ?php $client = new SoapClient("geocoder.wsdl"); $result = $client->geocode("37-12 99th St, Corona, NY"); $latitude = $result[0]->lat; $longitude = $result[0]->long; ?> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">