Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Service over SSL
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00834662
Message ID:
00835449
Views:
23
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
--------------------------------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform