For a new project of myself I need to combine the Microsoft Dynamics NAV with the PHP webshop. When i try to login I get the same error time after time:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://xxx.xxx.xx.xxx:7048/DynamicsNAV2/WS/Codeunit/xxxx' : failed to load external entity "http://xxx.xxx.xx.xxx:7048/DynamicsNAV2/WS/Codeunit/xxxx" in xxxxx\test.php:7 Stack trace: #0 xxx\test.php(7): SoapClient->SoapClient('http://xxx.xxx.x...', Array) #1 {main} thrown in xxxx\test.php on line 7
However it IS the right url, when i browse it in my browser it will popup. It uses an authentication:
domain\user
password
How can i connect to a microsoft Dynamics NAV webservice by PHP? I can't figure it out.