I have same error: SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘http://localhost:7047/DynamicsNAVPMS/WS/SystemService’ : Start tag expected, ‘<' not found .
Jacopo, you should move from NTLM to Basic Authentication. That is so much simpler. The example on my blog is for NAV 2009 where Basic Authentication (NavUserPassword) was not supported.
I know that this thread has been a while. But we faced the same problem. Getting php to talk to NAV2009 webservice. We tried both Windows and UserName authentication, still could not get this to work. Finally decided that the work around would be to use Powershell to call the Webservice. Using Powershell as the “go between” between NAV2009 and PHP.
Hi Gunnar’s,
I connect my nav web service in my php but it’s given error
SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘http://localhost:7047/DynamicsNAVPMS/WS/SystemService’ : Start tag expected, ‘<' not found .
Could you tell me where I went wrong?
thanks in advance………
Try to open the service Url in a browser on the web server. Is the NAV service locared on the web server?
Hi , I am getting same error “Start tag expected, ‘<' not found " while i am able to open the url in browser. Please help
Please contact me via email with complete details and source code.
Please let me know your email id.
Look at the top icon on the Follow bar to the right.
Is this code also working with MS Dynamics NAV CRM 2011 on-premise version?
I have not heard of MS Dynamics NAV CRM 2011
I have same error: SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘http://localhost:7047/DynamicsNAVPMS/WS/SystemService’ : Start tag expected, ‘<' not found .
How can i solve it?
Thanks,
Jacopo
Jacopo, you should move from NTLM to Basic Authentication. That is so much simpler. The example on my blog is for NAV 2009 where Basic Authentication (NavUserPassword) was not supported.
I know that this thread has been a while. But we faced the same problem. Getting php to talk to NAV2009 webservice. We tried both Windows and UserName authentication, still could not get this to work. Finally decided that the work around would be to use Powershell to call the Webservice. Using Powershell as the “go between” between NAV2009 and PHP.