2009/1/28 Skip Evans <skip@xxxxxxxxxxxxxxxxx>: > Hey all, > $url="http://xx.xx.xx.xx:1972/csp/test/SASS.Web1.cls?soap_method=FindMemBySASSNum&SNum=".$user_sass; > $xml_response = file_get_contents($url, true); > > But this transaction times out and returns an empty transaction, even with > the call to urlencode, which I tried as a quick fix. > > If I paste the identical transaction into a browser it works fine. Please call error_reporting(255); before your http-request starts, then post the error message you get. bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php