You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, every so often, you still need to connect to real (dev\test) instances of the source and target endpoints\services. For example, you may need to:
(Re)generate a schema.
You may be asked to send a message to see if everything still works.
You might want some messages sent to BizTalk to get confidence that everything still works.
Solution
The BTDF environments spread sheet out-of-the-box gives you two development environments:
Environment
Purpose
Local Development
Work in a localised environment - external systems are stubbed.
Shared Development
Work with client\service developers - point to their developer endpoint instances.
In order to switch between the two environments, add the following to your .btdfproj file.
<!-- Un-comment this line to use the shared developer settings -->
<!-- <DeveloperPreProcessSettings>$(MSBuildProjectDirectory)\EnvironmentSettings\Exported_DevSettings.xml</DeveloperPreProcessSettings> -->