$name, 'size'=>$size); $soapclient = new soapclient('http://130.209.46.59/image_database/taxonservice.php'); //Set as necesary. This is the proxy for the univeristy of glasgow $soapclient->setHTTPProxy ('wwwcache.gla.ac.uk', '8080'); $result = $soapclient->call('getImageHREF',$parameters); /* //Debugging information echo ''; print_r($result); echo ''; echo ''.$soapclient->request.''; echo ''.$soapclient->response.''; */ // kill object unset($soapclient); ?>