based this link.
i use:
....
Dim XMLQUERY As String
Dim myXML As New MSXML2.DOMDocument
Dim nodes As IXMLDOMSelection
Dim TheNode As IXMLDOMNode
XMLQUERY = "
With CreateObject("MSXML2.XMLHTTP")
.Open "GET", XMLQUERY, False
.send
myXML.LoadXML .responseText 'raw xml
Debug.Print .responseText
End With
in Debug.Print .responseText have:
Errore nel passaggio dei parametri!
why????