Hi --
I have two webserver that need to talk to each other using MSXML 4.0.
When I'm connecting using the hostname:
(e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", " False
), works fine, but it wont work if I try to use the IP address instead.
e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", " False
)
Any suggestions?
Thanks,
Luiz
///edox
..
I have two webserver that need to talk to each other using MSXML 4.0.
When I'm connecting using the hostname:
(e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", " False
), works fine, but it wont work if I try to use the IP address instead.
e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", " False
)
Any suggestions?
Thanks,
Luiz
///edox
..