VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Web Function

by Shantanu Nag (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Download Web Function

Download Web Function (57 KB)

Web Function Comments

No comments have been posted about Web Function. Why not be the first to post a comment about Web Function.

Post your comment

Subject:
Message:
0/1000 characters