Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I can't get the UT Webservice to work anymore
Message
General information
Forum:
Level Extreme
Category:
Other
Title:
I can't get the UT Webservice to work anymore
Miscellaneous
Thread ID:
00679771
Message ID:
00679771
Views:
24
Hi there,

I had a question about the webservice into the UT. Looks like it has changed recently. It was working before with the code that set up the ClientHeaderHandler but now it throws an error. So I checked the spec again (http://www.levelextreme.com/webservice.asp) and noticed a new service. However the new sample code that is provided throws errors as well when executing the Login method:

OLE IDispatch exception code 0 from Client: Client:Loading the request into SoapReader failed. HRESULT=0x80070057: The parameter is incorrect.
- Client:Unspecified client error. HRESULT=0x80070057: The parameter is incorrect.
..
The client code is this (pulled from http://www.levelextreme.com/webservice.asp):

* Create the SOAP object
loUniversalThread=Createobject("mssoap.soapclient30")
loUniversalThread.mssoapinit("http://www.levelextreme.com/"+;
"WebService/universalthread.wsdl")

lcUsername='myusername'
lcPassword='mypassword'

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

* Call a method
* Get the message for one day
lcXML=loUniversalThread.GetMessage(DATE())

? lcXML

I've re-installed the latest SOAP 3.0 toolkit and other webservices seem to work okay. Any help here would be greatly appreciated.

Thanks,
-B
Beth Massi
Program Manager
Visual Studio Community
Microsoft Corporation
http://blogs.msdn.com/bethmassi
http://mdsn.com/vbasic
Next
Reply
Map
View

Click here to load this message in the networking platform