Hi All,
I have an issue while trying to use the dynamic configuration in sap pi 7.0. It isfor SFDC poc.
conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
key2 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/SOAP","TServerLocation");
conf.put(key2, serverURL);
iam able to retrive the server url and session id ,but when passed to conf.put(key2, serverURL);
its going to catch error .
in the DynamicConfigurationKey.create is it the correct path i url i have provided .
Regards
Kiran