Author > Customizing UNICOM Intelligence Author > UNICOM Intelligence Publish Assets Utility > Interview Services options
 
Interview Services options
Use the Configure Interview Services dialog to configure external web services that can be used in the routing script. The default IBM SPSS Collaboration and Deployment Services service type provides advanced real-time scoring and text analytics capabilities and can greatly improve respondent interactions. Some examples of how these services can be used are:
Allow for a more natural and engaging use of text responses, basing survey logic on concepts and sentiment captured in open-ended questions.
During the survey, automatically ask follow-up questions as a result of scoring against existing attitudinal and transactional data.
Based on scoring results, ask the most respondent-pertinent questions. Asking the right questions, instead of all the questions, is increasingly important as survey response rates continue to fall.
Centralize complex routing logic in models stored in IBM SPSS Collaboration and Deployment Services (segmentation, for example).
You can also configure custom services to further take advantage of third-party web services. External services must first be configured via the authoring application's Interview Services Options feature. For more information, see Interview Services options.
You can also configure custom services to further take advantage of third-party web services.
To open the Configure Interview Services dialog box
Click Tools > Interview Services Options, or press Alt+T, I.
The dialog provides options for creating new services, delete existing services, and modifying the configuration for the selected service.
Properties
Service list
Displays existing service configurations.
Service name
Displays the selected service name. When creating a new service, you must provide an appropriate name in this field. You can also modify an existing service name.
Service type
Displays the selected service's type. When creating a new service, you must select an appropriate service type from the list. You can also modify the service type for an existing service. You can define other service types by selecting the Custom service type. The settings for all custom service types are stored in the ServicesOptions.xml configuration file:
C:\Users\[User Folder]\AppData\Roaming\IBM\SPSS\DataCollection\7\Author\Interview\ServicesOptions.xml
as well as in the Windows registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\SPSS\InterviewServices\
The list contains the following default service types:
CaDSClient: An IBM SPSS Collaboration and Deployment Services server configuration. The IBM SPSS Collaboration and Deployment Services web services provide advanced real-time scoring and text analytics capabilities and can greatly improve respondent interactions.
SalesforceClient: A Saleforce.com web server configuration. The service is a COM-callable proxy for the Salesforce.com web service.
DBConnectionClient: A database connection web server configuration. DBConnectionClient provides support for defining and configuring external web services that can be used in the routing script. The service allows ADO database connections to be shared between multiple running interviews. This helps improve performance and scalability for interview scripts, that use direct database access, by eliminating the need for each script to individually connect to a database.
Custom: Indicates a custom service configuration. Custom service type settings are stored in both a configuration XML file and the Windows registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\SPSS\InterviewServices\
After creation, all custom configurations will display in the Service type list. When this option is selected, you must enter the appropriate Prog ID field information.
Properties
Displays the server properties for the selected service type. When Custom is selected as the Service Type, you must manually enter the appropriate server properties. Click Test to test the connection to the server.
Has test service
This optional setting indicates whether the selected service type utilizes a test server. The test service configuration settings are applied when a survey is in test mode (IOM.Info.IsTest = true). All surveys will use the regular Properties when test services are not configured. By default, this setting is not selected.
Properties on test server
Displays the test server properties for the selected service type. When Custom is selected as the Service Type, you must manually enter the appropriate test server properties (only required when Has test service is enabled). Click Test to test the connection to the test server.
See also
Managing services
To change a service
To delete a service
To import a configuration file
To export a configuration file
UNICOM Intelligence Publish Assets Utility