Why Not??

Try this:

<%
    Set objXMLDoc = Server.CreateObject("Microsoft.XMLDOM")
        Set objXMLHttp = Server.CreateObject("Microsoft.XMLHTTP")

        objXMLhttp.Open "POST", "http://65.17.199.178:8080/cps/rde/<project
name>/dynaments/<fileName.xml>", False
        objXMLHttp.setRequestHeader "Content-Type", "application/x-www-form-
urlencoded"
        objXMLhttp.Send
        objXMLResponse = objXMLHttp.responseText
        response.write Server.HTMLEncode(objXMLResponse)
%>

I hope I got ur question right.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to