Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Configuring On-Premises Integration Servers for webMethods Cloud | Managing Applications | Defining Applications
 
Defining Applications
Perform the following procedure to define applications to share with webMethods Cloud.
*To define an application to share with webMethods Cloud
1. Open the Integration Server Administrator if it is not already open.
2. In the webMethods Cloud menu of the navigation panel, click Applications.
3. Click Define webMethods Cloud Application.
4. Under webMethods Cloud Application, complete the following fields:
Field
Description
Name
A unique name for the application. The application name cannot exceed 32 characters, contain reserved words and characters that are used in Java or C/C++ (such as for, while, and if), or the following illegal characters:
"#-&@^!%*:$./\\`;,~+=)(|}{][><"
Description
Description of the application.
5. In the Assign Services to Application area, specify the services to expose to webMethods Cloud as follows:
a. Under Package/Services, click to expand the services available in the package.
b. Select each service you want to expose to webMethods Cloud.
c. If you want the service to return results to webMethods Cloud in batches, rather than returning the results all at once, click Batch Data.
If the top level output signature of the service contains only one field, and the field is a document list or document reference list (both of which are IData arrays), Batch Data is selected by default. Otherwise, it will be cleared.
By selecting this option, Integration Server uses pub.flow:iterator to batch service results. For more information about the pub.flow:iterator service, see webMethods Integration Server Built-In Services Reference.
d. Under Display Name, specify the name of the service as it should appear in webMethods Cloud or accept the default.
The Display Name field cannot contain reserved words and characters that are used in Java or C/C++ (such as for, while, and if) or the following illegal characters:
"#-&@^!%*:$./\\`;,~+=)(|}{][><"
Note:
Applications are displayed in webMethods Cloud as operations. Operations are named according to the name defined by the Display Name field.
6. Click Save Changes.