Hi all,
I need a big help !
I try to send an xml formated message with the following method :
Set xmlhttp = Server.CreateObject("MSXML2.DOMdocument.4.0" ' the MS parser HTTP component
xmlhttp.Open "POST",sURL, false, sUser, sPass
xmlhttp.setRequestHeader "Content-Type", "text/xml"
on error resume next
xmlhttp.Send(sXML)'sxml is the xml data
The answer of the server is the open method is not working with this object.
Any ideas ?
Jean Yves
I need a big help !
I try to send an xml formated message with the following method :
Set xmlhttp = Server.CreateObject("MSXML2.DOMdocument.4.0" ' the MS parser HTTP component
xmlhttp.Open "POST",sURL, false, sUser, sPass
xmlhttp.setRequestHeader "Content-Type", "text/xml"
on error resume next
xmlhttp.Send(sXML)'sxml is the xml data
The answer of the server is the open method is not working with this object.
Any ideas ?
Jean Yves