GSoap Web Server Screen Shots
The gSOAP toolkit includes a stand-alone Web server (HTTP 1.0/1.1, HTTPS) that enables Web services applications to be remotely monitored and controlled via a browser and secure login.
See the samples/webserver source code in the distribution package.
Use 'make' to build the demo webserver application.
Execute 'webserver 8080' to run it locally on port 8080. For secure HTTPS with SSL, use an odd-numbered port such as 8081.
Open a browser and redirect it to http://127.0.0.1:8080 (or https://127.0.0.1:8081 when build with SSL).
When prompted for user name and password, enter 'admin' and 'guest'
Now you will see:
|