VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Web Function

Shantanu Nag  (1 Submission)   Internet/HTML   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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 https://www.xSolveNet.com/Articles/

Assumes
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.

Rate Web Function (6(6 Vote))

Download Web Function

Web Function Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters