on ‎2019 Mar 22 8:46 AM
Request clarification before answering.
Hi Prashanth!
DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
DynamicConfigurationKey FileName1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/REST","auth_id");
conf.put(FileName1,auth_id);
FileName1 = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/REST","auth_token");
conf.put(FileName1,auth_token);
return "";Regards, Evgeniy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.