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:
00835655
Vues:
17
Hi,
>
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.
>
From this it looks as if the MSSoapInit executed OK (although you could check the SoapClient.FaultString etc to be sure) - which I would expect to fail if there was any basic problem with the SSL protocol.

What are you wanting to pass as the third parameter to the .Authenticate method. At the moment it will be a boolean type with a .NULL. value which, I assume, is *not* what's required ?

Regards,
Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform