Ciao a tutti,
ultimamente mi sto scervellando su una cosa ...
<%strPost = "<?xml version=""1.0"" encoding=""UTF-8""?>" & VBcrlf & _
"<epp xmlns=""urn:ietfarams:xml:ns:epp-1.0"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:schemaLocation=""urn:ietf
arams:xml:ns:epp-1.0 epp-1.0.xsd"">" & VBcrlf & _
"<hello/>" & VBcrlf & _
"</epp>"
Set objXMLHTTP = CreateObject("Msxml2.XMLHTTP.4.0")
objXMLHTTP.open "POST", "serverepp.registro.tld:700", false
objXMLHTTP.setRequestHeader "Content-Type", "text/xml; charset=utf-8"
objXMLHTTP.Send (strPost)
strDoc = objXMLHTTP.ResponseText
Set objXMLHTTP = Nothing
response.BinaryWrite strDoc%>
Secondo voi è possibile ricevere una dannata risposta <greeting> al mio <hello> dal server EPP in questo modo?
Se non è possibile con Asp come posso fare?
Ho provato collegandomi con telnet al server e copiandoci l'XML ma non funziona ...
Che mi dite?
Grazie
Cia'
![]()

arams:xml:ns:epp-1.0"" xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xsi:schemaLocation=""urn:ietf
Rispondi quotando