Reading configuration in Biztalk maps AND orchestrations -
i've got 2 situations in need read in configuration data biztalk:
- within expression shape of orchestration. compare part of message response predefined string different between environments
- connection string of database lookup in map
i don't want have recompile in order move between test , live environment , have multiple applications potentially needing own version of same configuration element.
i've seen this question server level , seems risky.
my other idea use custom table sp read values back. means every time want read setting have construct, send , receive message in orchestration. doesn't me in map.
are there other options less intrusive process flow or involve less work/maintenance?
the chosen method store config data biztalk sso though there other options.
you can use sso config data storage tool, http://seroter.wordpress.com/2007/09/21/biztalk-sso-configuration-data-storage-tool/, maintain information.
microsoft has published sample helper class read data, http://go.microsoft.com/fwlink/?linkid=99741.
the bre might option consider orchestration.
Comments
Post a Comment