BACK TO MAIN PAGE
gSOAP Demos
You can see some of the gSOAP generated SOAP C++ clients and Web Services at work by selecting
the links below. The C++ code for these examples can be viewed and/or downloaded.
-
XMethods Demos
Because XMethods services are no longer available, the XMethods demos are
inoperative and have been removed.
-
Magic Square Service and Client
This demo is twofold: it shows a SOAP C++ client CGI application
talking to a SOAP C++ service application on our Web site. The
service returns a magic square to the client who displays it in HTML, all
at lightning fast speed. The client that you will see does not compute the magic square by
itself! It requests the square from the service and displays it. See example 8 for the source
code of the service and example 9 for the
source code of the client.
These examples give a feel of the speed by which serialization and deserialization
takes place, which is typically faster than the rendering of the results
in your browser.
-
5x5 Magic Square Client
-
10x10 Magic Square Client
-
20x20 Magic Square Client
-
50x50 Magic Square Client