Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Instantiate HTTPS WebService
Message
De
17/12/2009 12:13:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Instantiate HTTPS WebService
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01439608
Message ID:
01439608
Vues:
268
Hi all

If I use this two lines, it work fine
this.AddProperty("oWs", Createobject("MSSOAP.SoapClient30"))
this.oWs.MSSOAPInit("http://mywebserviceurl")
but if I use this, it dont work
this.AddProperty("oWs", Createobject("MSSOAP.SoapClient30"))
this.oWs.MSSOAPInit("https://mywebserviceurl") && HTTPS
generating this message

OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: System error: -2146697191.
HRESULT=0x1: Função incorreta.
- WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: Parâmetro incorreto.
- Client:One of the parameters supplied is invalid. HRESULT=0x80070057: Parâmetro incorreto.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform