Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Universal Thread Web Service in .NET
Message
 
 
To
20/05/2003 01:52:38
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00790294
Message ID:
00790349
Views:
21
>I would be interested to know if some can use the Universal Thread Web Service from their .NET environment. Our .NET version is at http://www.levelextreme.com/WebService/UniversalThread.asmx?WSDL. I tested all the methods from a VFP environment and they all work ok. I didn't have time to test it from a .NET environment. Let me know.

I was able to add a web reference to your service from a .NET project with no problems. I only had time to perform a login which worked fine. Looks like your up and running.

After I registered your service the default reference was named com.universalthread.www. Example to use the service from there:
com.universalthread.www.WebService ut = new com.universalthread.www.WebService();
bool isLoggedIn = ut.Login("MyUserIDGoesHere","MyPasswordHere");
if (isLoggedIn)
{
   Response.Write("Logged In<br>");
}
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform