lo_WSHandler = createobject("MSSOAP.SOAPClient30")
lo_WSHandler.ClientProperty("ServerHTTPRequest") = .T.
lo_WSHandler.mssoapinit ("
https://wsaa.afip.gov.ar/ws/services/
LoginCms?WSDL")
cTRA = getAFIPcms("BANABEL_30709727342.crt",
"BANABEL_30709727342.key", "wsmtxca", .t.)
cXMLResults = lo_WSHandler.LoginCMS(cTRA)
y Cuando quiero conectarme al Web Service
loWSHandler.mssoapinit ("
https://serviciosjava.afip.gob.ar/wsmtxca/
services/MTXCAService?WSDL")
Recibo el siguiente error.
OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser
failed at linenumber 0, lineposition 0, reason is: Error en la
descarga del recurso solicitado.
HRESULT=0x1: Función incorrecta.
- WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: El
parámetro no es correcto.
- Client:One of the parameters supplied is invalid.
HRESULT=0x80070057: El parámetro no es correcto.
.
Alguna ayuda?
Saludos. Fabián