Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion from VB to VFP
Message
From
15/11/2001 20:37:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Conversion from VB to VFP
Miscellaneous
Thread ID:
00582492
Message ID:
00582492
Views:
87
I have the following in VB:
Set sc = WScript.CreateObject("MSSOAP.SoapClient")
sc.mssoapinit "http://www.levelextreme.com/universalthread.wsdl"
set sc.HeaderHandler = WScript.CreateObject("SessionInfoClient.ClientHeaderHandler")
I tried to convert that in VFP with:
loUniversalThread=Createobject("mssoap.soapclient")
loUniversalThread.mssoapinit("http://www.levelextreme.com/universalthread.wsdl")
loHeaderHandler=CreateObject("SessionInfoClient")
loUniversalThread.AddObject('HeaderHandler','loHeaderHandler')
But this doesn't work as the last line says unknown name.
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
Next
Reply
Map
View

Click here to load this message in the networking platform