Orchestration error-Missing ‘send’

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

Viewing 1 reply thread
  • Author
    Posts
    • #18955

      Hi All, 

      I am using a public request-response port in my orchestration. I am planning
      to use this port to expose my orchestration as a web service. The
      orchestration has several steps including control shapes. First step is
      linked to ‘Receive’ operation and the last step in the orchestration is
      linked to ‘Send’ operation of the port. When I compile the project I receive
      following error:

      incomplete requestresponse operation; missing ‘send’

      I made sure that both operations are linked to corresponding actions shapes
      with proper message settings. I have used normal new configured port wizard
      with binding set to ‘Specify Later’.

      Regards,

      Muralidhar

    • #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.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.