Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Universal Thread Web Service in .NET
Message
 
À
20/05/2003 11:48:33
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00790294
Message ID:
00790559
Vues:
14
>>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>");
>>}
>>
>
>Thanks for the status. BTW, is this VB.NET code?

Looks like C#
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform