Reference > Rule Studio User Interface > Wizards > New Client Project for RuleApps Wizard > Web Service Properties Page

The Properties page prompts you to specify the required properties for the Web service client project.

Table 23 New Web Service Client Project for RuleApps Properties Page
Field/Check Box 
Purpose 
Interface Name 
Specify a name for the interface inside the SCA component project. This serialized public interface will include a method to execute the selected ruleset archive(s). The proposed name is the name of the project followed by Runner. 
Implementation Name 
Specify a name for the implementation class inside the Web service project. This class implements the interface whose name is specified in the previous field. The proposed name is the name of the project followed by RunnerImpl. 
Client Name 
Specify a name for the public client class. The proposed name is the name of the project followed by RunnerClient. 
Client Project Name Suffix 
Specify a suffix for the name of the client project. The proposed suffix is -client. 
Generate as a decision service 
By default this check box is selected. If you uncheck this box, the Web service project will not contain a listener class to enables the Rule Execution Server Console to detect the decision service. 
Author 
If you select the Generate as a decision service check box, you can specify the name of the author for the monitored transparent decision service. If the check box is deselected, this field is greyed out. 
Rule Execution Server configuration 

Related Concepts

Transparent Decision Services

Related Tasks

Creating RuleApp Projects
Editing RuleApp Projects

Related Reference

New Rule Execution Server Configuration Project Wizard
New Rule Execution Server Configuration Wizard