php simplexml_load_file(script url)无法打开流

I have this problem using simplexml_load_file function.

I am retrieving an XML from another sub-domain of my project, it's working fine on my local server (win xp, php 5.2.14) but when I try to execute it on our testing server (linux, php 5.2.14) it returns an error something like this..

Warning: simplexml_load_file([url of the script]) [function.simplexml-load-file]: failed to open stream: Connection timed out in [absolute path of the script] on line 3

i have tried cURL and file_get_contents, still get no luck.

Please note that the XML is validated via w3c.org and works really fine on my local server.