Generated Files
HydraExpress generates code into a series of subdirectories, separating Web services-related code into client and server subdirectories, and XML binding code into data subdirectories. All generated code is C++. For example, for the command line
prompt> rwsfgen -projectname MyProject MyService.wsdl MySchema.xsd
HydraExpress generates a project titled MyProject that includes Web services code and XML bindings, and places all files into a directory named MyProject, based on the following directory structure:
MyProject 1
MyProject.xml
makefile, makefile_debug, makefile.include
deployDebug.bat, deployRelease.bat
app/ 2
client
data
server
codegen/ 3
client
data/
<namespace>
server
conf/ 4
docs/ 5
include/ 6
MyProject/
<namespace>