Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Service updated
Message
From
12/07/2002 22:51:51
 
 
To
All
General information
Forum:
Level Extreme
Category:
Other
Title:
Web Service updated
Miscellaneous
Thread ID:
00678335
Message ID:
00678335
Views:
12
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
Reply
Map
View

Click here to load this message in the networking platform