Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Building Java Services | Service Development Projects in the Local Workspace | About the Service Development Project Name
 
About the Service Development Project Name
The Service Development Projects correspond to IS packages. To ensure that the project names are unique, Designer uses the following naming convention, where packageName is the name of the IS package where the service resides, hostName is the host name of the Integration Server on which the service resides, and portNumber is the port number of the Integration Server:
<packageName>[<hostName>_<portNumber>]
For example, if the host name of the Integration Server is “ServerA”, its port is “5555” and the IS package is named “MyPackage”, the Service Development Project will have the following name:
MyPackage[ServerA_5555]
If Designer has a second Integration Server connection to a server with host name “ServerB” that also uses port “5555” and has a Java service in an identically named package, “MyPackage”, the Service Development Project name will be unique in the workspace because it includes the server identification. In this case, the Service Development Project will have the following name:
MyPackage[ServerB_5555]