Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conversion from VB to VFP
Message
De
15/11/2001 20:37:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Conversion from VB to VFP
Divers
Thread ID:
00582492
Message ID:
00582492
Vues:
88
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform