<% Set objXMLHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP") objXMLHTTP.Open "POST", "http://css.unimo.it/XML/WS1.asmx/OraDelServer", false objXMLHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" objXMLHTTP.Send(strPost) xml = CStr(objXMLHTTP.ResponseText) Response.Write (xml) Set xml = Nothing ' per analizzare la riposta, utilizzare XMLDom %>