Because the service generated from this IMS Screen service interfaces tutorial is the only service that runs on the IMSIVP enterprise server you created earlier, it needs its own Visual Studio project. In the project, we must add the MFS maps needed to define the service interface and then access the deployed service. 
	 
 
	 Note: Before continuing, be sure you have completed all of the tasks presented in the 
		
IMS Installation Verification topic and its subtopics. 
	 
 
 
	  
		- From the 
		  SVITutorials Solution in the Solution Explorer, right-click the solution name; then click 
		  Add > 
		  New Project. 
		
 
 
		- In the 
		  Name field, type 
		  IMSScreenWS. 
		  
Note: Because you are creating the project from with the SVITutorials solution, the default settings for 
			 
Project types, 
			 
Templates, and 
			 
Location are correct. 
		  
 
 
		 
 
		- Click 
		  OK. The 
		  IMSScreenWS project now appears on the Solution Explorer. 
		
 
 
		- Right-click the 
		  IMSScreenWS project, and click 
		  Add > 
		  Existing Item. 
		
 
 
		- Browse to the 
		  %ProgramFiles(x86)%\Micro Focus\Studio Enterprise Edition x.x\Examples\Visual Studio Integration\Tutorials\Service Interfaces\MFDemo folder. 
		
 
 
		- From the 
		  Objects of type drop-down list, click 
		  IMS files (.psb, .dbd, .mfs); then select the following files: 
		  
 
			 -  
				demo90.mfs 
			 
 
 
			 -  
				demo91.mfs 
			 
 
 
			 -  
				demo92.mfs 
			 
 
 
		  
 
		 
 
		- Click 
		  Add. 
		
 
 
		- To save this project, click 
		  File > 
		  Save IMSScreenWS.