Can BizTalk perform a synchronized request?

Home Page Forums BizTalk 2004 – BizTalk 2010 Can BizTalk perform a synchronized request? Can BizTalk perform a synchronized request?

#14246

I think in this case you would use an Orchestration to receive the request and send the response back.

Then, you could expose this Orchestration as a Web Service. The Web Service would be consumed by the user either through .net, Infopath, or Sharepoint.

This would work well since you would keep the calls from the user consistent and just modify the Orchestration as needed to add extra steps, replace Oracle with SQL, or anything else you needed.

If you download the BizTalk 2006 Beta 2, it has a sample that I think is close to this. Just make sure you get the Oracle Adapter download, since it’s separate.

Best of luck.