WSDLReader error '80020009'
WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: A connection with the server could not be established HRESULT=0x1: Incorrect function. - WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: The parameter is incorrect. - Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect.
/ejemplosoap/awsPrueba.asp, line 8
Yo tengo instalado el soapsdk y el codigo de lo que estoy intentando es este:
Código:
Alguno que sepa que esta pasando? muchas gracias a todos... <% Dim oWS, oXML, oXSL, sRetornoWS, sHTML Set oWS = Server.CreateObject("MSSOAP.SoapClient30") oWS.ClientProperty("ServerHTTPRequest") = true oWS.mssoapinit "https://fps.amazonaws.com/doc/2008-09-17/AmazonFPS.wsdl" oXML.async = false oXML.loadXML sRetornoWS response.write "xml:<br>"&oXML %>