Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML - Cant Connect Using IP address

Status
Not open for further replies.

medox

Programmer
Feb 28, 2002
21
US
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
..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top