Hi All.
I have trouble with a XML call using below code in NAV 2009 R2 (classic)
It worked every day for several years, but suddenly this morning it gives me an error - see below.
I´ve searced the forum and I´m not the first person in the history having this isue, but I did not find anyone posting a soloution.
Code:
IF ISCLEAR(XmlHttp) THEN
CREATE(XmlHttp,TRUE,TRUE);
XmlHttp.open('GET',URL,FALSE);
XmlHttp.send;
(XmlHttp = automation 'Microsoft XML, v6.0'.ServerXMLHTTP60')
"This message is for C/AL programmers:
The call to member send failed. msxml6.dll returned the following message:
The connection with the server was terminated abnormally"
Br
Hawkeye
0
Answers
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Where do I write it´s the code that stopped working?
My guess is some kind of security thing is wong. Maybe a firwall og something like that blocked something.
If I take the URL and put it in a broweser, it works, so my guess is that it is not the recieverpart causing the problem.
Does the traffic from your browser goes out directly or through some proxy?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Still back to the same problem :-(