Is there any way to switch environment of multiple Consumed OData service documents at one click?

0
I am working on an application that needs to integrate with multiple external HTTP services. And the system runs in different environments (testing1, testing2, acceptance, production). On the local machine, I want to have the capability of switching between these environments quickly with multiple Consumed OData service documents. Could anyone help me? Thanks!
asked
1 answers
0

You can change the constant(s) with the location and restart your app locally… 

You can rebuild them from external entity to a regular rest call, allowing you more control.

answered