Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Where to implement functionality: Webservice or Orchestration? › Re: Where to implement functionality: Webservice or Orchestration?
November 30, 2006 at 1:47 AM
#16622
If latency is a problem, then publishing your orchestration as a web service would cut out one step. The client would call the Biztalk web service directly, rather than going through a double hop