It gives me an error and says it cannot resolve the host. I looked back in the old file that worked on the old machine and it and it had the following, which is the same in the test.php file:
Code:
// Insert here your 42go Server
$server_url = "https://server1.mydomain.com:81";
// creating object for SoapClient
$soap_client = new soap_client($server_url.'/remote/index.php');
Any ideas where I'm going wrong?