Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deploy web service
Message
De
18/01/2005 16:22:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00976561
Message ID:
00978322
Vues:
28
>It would be an ASP.NET page.

In your project, add a Web reference to your Web Service. Then, in your code, you may do something like this:
    Dim loWebService As UniversalThread.UniversalThread = New UniversalThread.UniversalThread
    llLogged = loWebService.Login(lcUsername, lcPassword)
Assuming the reference you have added points to UniversalThread and that you Web Service public class is Universal Thread. Then, the login method is simply an exemple of calling a method.
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform