Dear Experts,
We have setup PI 7.4 (single stack) on our sandbox and I have begun to experiment with it. I have one scenario (File to HTTP) where I pick up an XML file and send it via HTTP to our vendor. Due to vendor requirements, I had used dynamic configuration in PI 7.1 to set TargetURL to the vendors URL.
This worked fine in PI 7.1 however I am having a time figuring this out in PI 7.4. First, in the HTTP_AAE receiver adapter, advanced parameters, adapter-specific message properties, the TargetURL is not available. Is it no longer possible to use dynamic configuration to set URL in TargetURL? I looked at the Adapter Meta data and TargetURL is still there. In the mapping I changed the namespace to use the new adapter meta data.
DynamicConfigurationKey parm1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/HTTP_AAE", "TargetURL");
All helpful information will be rewarded.
Thanks,
David Pauley