Hi --
I'm on the process to upgrade our webserver.
My problem is happening when I'm testing the XML calls.
Im using MSXML 4.0. If I try send ("POST") the xml data to a 2nd server and I use the server IP instead of the hostname, the connection fails.
Any clue how can I add permission from my new server to this 2nd machine?
Here is the piece of code that fails:
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.send s
if I use the name instead, it fails immediately:
xhttp.open "POST", " False
(where OtherServer IP is 10.10.1.15)
Thanks,
Luiz
///edox
..
I'm on the process to upgrade our webserver.
My problem is happening when I'm testing the XML calls.
Im using MSXML 4.0. If I try send ("POST") the xml data to a 2nd server and I use the server IP instead of the hostname, the connection fails.
Any clue how can I add permission from my new server to this 2nd machine?
Here is the piece of code that fails:
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.send s
if I use the name instead, it fails immediately:
xhttp.open "POST", " False
(where OtherServer IP is 10.10.1.15)
Thanks,
Luiz
///edox
..