Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objeto soapclient30
Message
De
31/07/2002 07:09:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Objeto soapclient30
Divers
Thread ID:
00684336
Message ID:
00684336
Vues:
78
Olá a *.*

Encontrei o seguinte exemplo para conexão com o web service da UT: (isto está no site da UT)
* Create the SOAP object
loUniversalThread=Createobject("mssoap.soapclient30")
loUniversalThread.mssoapinit("http://www.levelextreme.com/"+;
 "WebService/universalthread.wsdl")

lcUsername='something'
lcPassword='something'

* Do the login
loUniversalThread.Login(lcUsername,lcPassword)

* Call a method
* Get the message for one day
lcXML=loUniversalThread.GetMessage(DATE())
Porém ao executar recebo o retorno que MSSOAP.SOAPCLIENT30 não foi encontrado, estou utilizando o VFP 6 com o windows Millenium.
Como fazer neste caso ?

Grato a todos.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform