Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Building Services from .NET Methods | Running a .NET Service in Designer
 
Running a .NET Service in Designer
1. In Package Navigator view, select the .NET service you want to run.
2. In Designer: Run > Run As > Run Service
3. If multiple launch configurations exist for the service, use the Select Launch Configuration dialog box to select the launch configuration that you want Designer to use to run the service.
4. If the launch configuration is set up to prompt the user for input values or there is no launch configuration, in the Enter Input for serviceName dialog box, specify input values for the service.
a. In the domainName field, type the domain name of a new or existing application domain name on Integration Server.
Note:
If you do not specify an application domain, the service runs in the default webmDomain application domain.
b. In the marshallingType list, select one of the following:
Value
Marshalling Type
refid
Reference ID
xml
XML marshalling
c. If there are any other input fields, specify values for them.
5. Click OK to run the service.