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.