I have a situation where I need to refer to a schema in two different BizTalk applications.
I could:
Put the diagram in one application and make a link to it with other applications.
OR
Put the circuit in a common application, and all other applications have a link to this common application.
However, in both cases, if there are any changes in the scheme, I have to rebuild / relocate all applications that have a link to the scheme. Is there a better way to organize applications?
source
share