Creating a Web Service
Overview
This chapter presents a basic example on using HydraExpress to create a simple HelloWorld Web service, a client-server example that demonstrates a simple request and response. The service created in this example is based on the HelloWorld application located in your <installdir>\examples\webservices\HelloWorld directory.
To create a Web service and client:
*invoke the generator
*implement the client and service
*compile and run the application