Dynamic setting of input variable name

Hi All

I have a main service and i am using pub.invoke to dynamically call the service, but please let me know how do we pass the input parameters dynamically based on the inputs of the calling service.

Thanks for your help…

Rocky

Hi there,

I believe you are talking about pub.remote:invoke - if so - all the current pipeline variables in the calling are passed over to the service you invoke using remote:invoke and all the pipeline variables of the called service are returned as such.

HTH, Roh