Hi,
I am trying to send xml. The code where i am getting the error is as follows:
CREATE(XmlHttp);
XmlHttp.open('POST','
https://edt.alln.nl/webservices/dev/service.asmx',0);
XmlHttp.setRequestHeader('Content-type','text/xml; charset=utf-8');
XmlHttp.setRequestHeader('SOAPAction','urn:allin:webservice:standard:submit');
XmlHttp.send(XmlEnv);
The error is :
This message is for C/AL programmers:
The call to member send failed. MSXML3.DLL returned the following message:The system cannot located the resource specified.
Any advice ?I am using Navision SP2 & msxml4 as well msxml 3 has been installed in the machine.Is their anything I am missing
Comments
http://www.microsoft.com/en-us/download ... x?id=19662
Ondra