Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Service over SSL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00834662
Message ID:
00835449
Vues:
27
I tried to use MSSOAP.SoapClient30 but got the same result. Here is the code:
LOCAL soapClient as MSSOAP.SoapClient30
LOCAL oResult as Object, x as Object 
oResult = null

soapClient = CREATEOBJECT("MSSOAP.SoapClient30")
soapClient.MSSoapInit("https://../License.jws?WSDL", "License", "LicenseSoap")

x = soapClient.Authenticate(0,"PASSWORD",oResult)
The error was "Catastrophic failure" again.
Stephen Lee

--------------------------------
Too much to code
Too little time
--------------------------------
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform