Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flow Folder | Summary of Elements in this Folder | pub.flow:getCallingService
 
pub.flow:getCallingService
WmPublic. Retrieves the service name and package name of the parent of the calling child service.
Input Parameters
None.
Output Parameters
svcName
String Fully qualified namespace name of the parent service.
pkgName
String Package name of the parent service.
Usage Notes
If pub.flow:getCallingService is invoked from a service that does not have a parent service (for example, if the service is a top-level service), Integration Server does not return the output parameters.