Tuesday, May 13, 2008

Orchestration


This is a sample of BizTalk Orchestration which receives a request from a receive port on a receive location, constructs it and passes it on to the send port for sending it to a web service. This web service is exposed from a remote application and we are making its use in our application.

Once the request is sent to the webservice with the message from the send port, web service replies with a response which we again capture at a receive port in the orchestration, and then we can handle it the way we want.

No comments: