Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem with exception handling › Problem with exception handling
December 16, 2005 at 4:15 AM
#12544
BizTalk will not let you send a message if at some path it might not be constructed. So, you need to add logic to make sure you don’t hit the Send.
You could try setting your response to a global variable or global xml document.
Later on, if you want to use it you can use a decision shape outside of all the scopes.
Hope this helps.