Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploy web service
Message
From
18/01/2005 16:22:03
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00976561
Message ID:
00978322
Views:
27
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform