simplexml_load_file() not working when trying to load intranet RSS

Solution:

Try to use file_get_contents function

 $xml = simplexml_load_string(file_get_contents('http://intranet/newsletter/feed/'));