--Run the following after the @C:\storetw\web_services\create_ws_station_summary.sql in Installation Instructions.
--login as storetw
	@C:\storetw\application\mt_wh_config_procs.sql

	@C:\storetw\web_services\alter_station_project.sql  -- can be applied on production if the table is already moved to production.
	@C:\storetw\web_services\ws_station_view.sql        -- can be applied on production
	@C:\storetw\web_services\insert_web_methods_data.sql

	@C:\storetw\web_services\project_char.sql 
	@C:\storetw\web_services\project_station_char.sql
	@C:\storetw\web_services\ws_org_activity.sql 
	@C:\storetw\web_services\ws_org_activity_project.sql
	@C:\storetw\web_services\ws_storet_result.sql

	@C:\storetw\web_services\ws_grants.sql

--login as storetweb
	@C:\storetw\web_services\ws_synonyms.sql



The tables to export for transfer are:

mt_wh_config
project_station_char
ws_web_method_input_param
ws_web_method
lu_ws_service
project_char
ws_org_activity
ws_org_activity_project
WS_STORET_RESULT

