Question

CYBG PLC
IN
Last activity: 11 May 2020 12:46 EDT
Use Namespace Binding while doing REST Call
We have a requirement to connect to both external and internal APIs.
For external API, we go through proxy and we mention the proxy details in JVM custom properties. The internal urls we mention in nonProxyHosts.
Our WAS team is suggesting to use namespace binding instead and use the values defined during making a REST call.
Is there a way to use namespace binding while making REST call without using custom code?