Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web Service updated
Message
De
12/07/2002 22:51:51
 
 
À
Tous
Information générale
Forum:
Level Extreme
Catégorie:
Autre
Titre:
Web Service updated
Divers
Thread ID:
00678335
Message ID:
00678335
Vues:
13
We have updated our Web Service. Version 2 provides a faster retrieval of data, a very simple approach and a standard authentication.

Our WSDL file has a new location:

http://www.levelextreme.com/WebService/UniversalThread.wsdl

MS SOAP Toolkit 3 is required.

http://www.levelextreme.com/WebService.asp

Basically, from any environment, just use an approach like this:
* 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())
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
Répondre
Fil
Voir

Click here to load this message in the networking platform