soapcpp2AdvForm.addCheckBox( SOAP_ACTION, null );
soapcpp2AdvForm.addCheckBox( GENERATE_C_SOURCE_CPP, null );
// soapcpp2AdvForm.addTextField(SAVE_PATH, "", XForm.FieldType.DIRECTORY);
soapcpp2AdvForm.addCheckBox( SOAP_RPC, null );
soapcpp2AdvForm.addCheckBox( SERVICE_PROXIES, null );
soapcpp2AdvForm.addTextField( IMPORT_PATH, "use path(s) for #import", XForm.FieldType.PROJECT_FOLDER );
soapcpp2AdvForm.addCheckBox( GENERATE_LINKABLE_MODULES, null );
soapcpp2AdvForm.addCheckBox( GENERATE_MATLAB_CODE, null );
soapcpp2AdvForm.addCheckBox( SERVICE_NAME, null );
soapcpp2AdvForm.addTextField( NAME_PREFIX, "save files with new prefix name instead of 'soap'",
XForm.FieldType.TEXT );