Configure and Verify EMS for EMS SOAP API Web Service Use
This topic provides information about:
Connect EMS Desktop Client to the EMS SOAP API Web Service
External applications require a predefined EMS User account to authenticate to the EMS SOAP API Web Service. The EMS User account should not be granted any rights within the EMS application itself.
- 
                                                    
Launch the EMS client application and login with a user that has EMS administrator-level access.
 - 
                                                    
Go to System Administration > Security > Users.
 - 
                                                    
Click New.
The User page opens.
 - 
                                                    
Enter the following information:
- 
                                                            
Name
 - 
                                                            
User ID
 - 
                                                            
Password
 
 - 
                                                            
 - 
                                                    
On the Processes page, select the Special – EMS API Web Service Access process.
If the Special – EMS API Web Service Access process does not exist, contact Customer Support.
 - 
                                                    
Click OK.
 
Enable JSON to Query Data
If using JSON to interface with the API, it must be enabled. (It is disabled by default).
Complete installation before enabling JSON.
- 
                                                    
Edit the web.config file and enter <add key="UseJSON" value="false"/>.
 - 
                                                    
Set the value to "true".
 
Verify the EMS SOAP API
- 
                                                    
Open a browser and enter the following URL:
http://[ServerName]/EMSAPI/Service.asmx (replace [ServerName] with the name of your web server)
Your browser should return a list of API calls.
                                                     
- 
                                                    
To verify the EMS API version, view the About page:
http://[ServerName]/EMSAPI/About.aspx (replace [ServerName] with the name of your web server) 
