Search Tools Links Login

Web Function


Visual Basic 6, or VB Classic

Web function (WF) is a simple technology, which allows any client to execute a function remotely on a web server and return the result back to the client over HTTP.
Few usage examples:
-By using Web function you will be able to execute a database call and return the result back over the port 80, thus by passing the firewall problems.
-Web Function allows exposing standard methods or services, which can be used by any client.
-Perform custom messaging services like pop up a small message box on the client machine once the reports have been updated on the server.
-What ever you can think of?
....For more information you can read the word document in the zip file or you can go to the HTML version by going to http://www.xSolveNet.com/Articles/

Original Author: Shantanu Nag

Assumptions

The Zip file consists of a simple client app and also the WF server app. After unzipping the code open the VB project under WFClient folder and run the application. If you want to set up your own WFServer then follow the instruction in the Word document.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 98 times

Categories

Visual Basic 6

Attachments

Web Functi202885302001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 60,382 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.