Re: Best way to approach delay on Request/Response

Home Page Forums BizTalk 2004 – BizTalk 2010 Best way to approach delay on Request/Response Re: Best way to approach delay on Request/Response

#25893

Do you have to do the SQL call via BizTalk Adapter?  I think if you did it in-line, in .net code, you might have more flexability?

Also, are you sending the message back from the click using Direct binding?  If so, you get set the return routing value to "corrToken" when you want it to go back to the Orch.  Or set it to "nullPort" to return it to no place.  The message and Orch would end in that case.

Hope all is well!