Re: Orchestration error-Missing ‘send’

Home Page Forums BizTalk 2004 – BizTalk 2010 Orchestration error-Missing ‘send’ Re: Orchestration error-Missing ‘send’

#21802

I ran into the same issue.  In my case, it was related to me throwing an exception inside an Expression shape.  My expression was inside a scope shape and the response to the consumer-side Send/Receive port was also in the same scope.  Therefore, when the exception happens the response was skipped and there was no equivalent response back to the consumer’s port.