We are sending XML Documents with an Base64 coded appendix via ServerXMLHTTP60. On our production system "Windows Server 2003 SP2" this functionality run pretty good.
Now we have to run this functionality on a "Windows Server 2008 R2 SP1".
But here the following error occurs while running the code:
This message is for C / AL programmers:
The call to member send failed. msxml6.dll returned the following message:
The server connection has been terminated due to an error.
If you run the code immediantely a second time, the following error occurs:
Timeout!
When insert the Annexes
Has anyone an idea to solve this Error?
Used Automationserver:
'Microsoft XML, v6.0'.DOMDocument
'Microsoft XML, v6.0'.IXMLDOMNode
'Microsoft XML, v6.0'.ServerXMLHTTP60
0
Comments
Also test the communication between the servers (assuming you are connecting to web service so you should be able to open a test page in your browser)
Ewald Venter
Only if the XML Document contain the appendix the error occurred.