The -noserver, -noclient, and -nosample Options
The use of either the -noserver, -noclient, or -nosample options results in the generation of makefiles that don’t build server components, client components, or sample applications, respectively. For example, the command
 
prompt> rwsfgen -projectname MyProject -noserver MyProject.wsdl
generates only client-side code with a corresponding set of makefiles that build only client-side code. If you generate code with one of these options, and then later regenerate without the option in the same code generation directory, the code generator will regenerate the makefile as appropriate.