Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to load SOAP wsdl
Message
De
07/01/2015 16:38:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Unable to load SOAP wsdl
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01613257
Message ID:
01613257
Vues:
495
I have this code:
loWebService=Createobject("MSSOAP.SOAPClient30")
loWebService.mssoapinit("http://www.mydomain.com/WebService/WebService.asmx?wsdl")
This works ok on DEV and QA. They have Windows Server 2003.

On UAT, this does not work. The mssoapinit line gives this error:

"OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: The download of the specified resource has failed. HRESULT=0x1: Incorrect function."

This is the same version of Visual FoxPro. However, this is on Windows Server 2008.

If I try to call the URL directly in the Web browser from the UAT server, it works.

I am wondering if the SOAP client is compliant with that OS.

Anyone would know what is missing here?

Note that Thread #1608717 discussed something related to that. Then, I had to put this:
loWebService.ClientProperty("ServerHTTPRequest")=.T.
But, today, even if I put this, it gives an error. That one would be:

"OLE IDispatch exception code 0 from WSDLReader: WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: A security error occurred HRESULT=0x1: Incorrect function."
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform