Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiate HTTPS WebService
Message
From
17/12/2009 12:13:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Instantiate HTTPS WebService
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01439608
Message ID:
01439608
Views:
269
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.
Next
Reply
Map
View

Click here to load this message in the networking platform