Provides a list of steps required to configure an Enterprise Server for .NET CICS region that supports enhanced EXCI. 
                  	  
               
            
 
            	 
            Note: This is a technology preview feature only. It is being made available to allow you to test and provide feedback on this new
                  capability; however, this feature is not intended for production use and it is not supported as such. 
                  		   
               		
            
 
            	 
            To set up the provided ESDEMO Enterprise Server for .NET CICS region to use the SOAP features available for enhanced EXCI
               support: 
               	 
            
 
            	 
             
               		
               - Create and compile a CICS program with an associated WSBIND file 
                  		
               
-  Edit the supplied 
                  		  Region_ESDEMO.config startup file to add a Web Service specifying the CPMI transaction, if one does not already exist. 
                  		
               
-  If the listener defined in the provided 
                  		  seelistener.exe.config file does not have an HTTP channel for the region, add one. 
                  		
               
- In the resource definition file, create a WEBSERVICE resource including the full path to WSBIND file. 
                  		
               
- Place the resource group containing the WEBSERVICE resource into the startup list. 
                  		  
                  Note: Do not confuse the WEBSERVICE resource with the Web service in the region startup file. 
                     		  
                   
- Place the program associated with your WSBIND file in a location where it can be found by the region. 
                  		
               
- Using the standard ExciClient, or optionally the new AspNetExciClient if calling from an ASP.NET Web service, write a non-CICS
                  client program that includes an EXCI call. See 
                  		  Using SOAP Features for details. 
                  		
               
- Start the ESDEMO region and make the EXCI call. 
                  		
               
Note: For complete details about configuring EXCI with Enterprise Server for .NET, see 
               		
Configuring EXCI in the Enterprise Server for .NET documentation.