Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objeto soapclient30
Message
From
31/07/2002 07:09:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Objeto soapclient30
Miscellaneous
Thread ID:
00684336
Message ID:
00684336
Views:
77
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.
Next
Reply
Map
View

Click here to load this message in the networking platform