Waiting on a web service reply

Home Page Forums BizTalk 2004 – BizTalk 2010 Waiting on a web service reply

Viewing 1 reply thread
  • Author
    Posts
    • #16879

      It seems to me that this is what the listen shape is for.  When I put the receive shape from the WS port inside the listen shape and a wait shape on the other thread, I get a no receive shape error when building the application.  I hope I am missing something.  Does this require an explicit correlation?  The SDK sample did not use one.

      It acts like the receive shape scope has changed.

      Has anyone worked this out?

      thanks

      Doug

       

    • #16880

      Doug,

      I'm not quite sure what you mean. If you're just waiting for a response from a WS request/response port, you certainly don't need a listen shape or correlation, just put the receive shape in there and connect it to the port. The Listen shape is more useful for scenarios where you're implementing timeouts or stuff like that. Is that what you're trying to achieve?

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