Shipped Examples
HydraExpress ships with Web service, XML binding, and servlet examples located in the <installdir>\examples directory. These examples are used for illustration in various chapters throughout the documentation. Most examples include already-implemented applications that you can use immediately to see how HydraExpress works.
Each Web service or XML binding example directory contains
*one or more schemas or WSDL files to be used for code generation
*sample implementations to easily run and test the example
*a HydraExpress project file example-project.xml to be used as an argument to the code generator
*a readme.txt file that fully explains the purpose of the example, and how to generate, build, and run it.
The next section describes the use of the project file in Web service and XML binding examples. Servlet Examples discusses the servlet examples.