Dynamic Environment Set Up for JDE Orchestrator new Connection for REST API
Hello,
I was refereeing this article from Oracle about creating new Orchestrator Connection for calling REST Service.
While creating a new connection, we need to hard code all this information --
Name = YAHOO-XML
Description = Yahoo weather forecast service
Type = Select External REST from the drop-down list.
User/Role = *PUBLIC
Environment = JPS920
Here, how can we dynamically set an environment? Let's assume that I have created this connection in JDV920. Now, when I promote this orchestration to PY or PD, I have to manually change the environment each time but I want this connection to get this Environment value from login environment. How can we do this?