-projectname name | Specify a name for the project. This option results in a HydraExpress project file named name. Required. |
-h | Lists generator options. |
-outdir | Places code into a named code generation directory. (Note: Use file paths and directory names without spaces.) |
-noclean | Does not clean up the directory and delete working files after code generation. Useful for troubleshooting. |
-noclient | Do not generate client-side files for a WSDL. |
-noserver | Do not generate server-side files for a WSDL. |
-sourcepro | Map XML Schema types to SourcePro C++ classes. |
-whitespace | Preserves whitespace such as line breaks and indentations, to make the marshaled datatypes more easily human readable. |