Manage DataSets inside BizTalk orchestration
We are developing n-tier system, In this system, most of the time, datasets are the main data container that will be transferred between the presentation layer and business layer.
And since we are planning to implement a major part of the business layer as BizTalk orchestrations, we want to figure out how can we populate DataSets and process them inside an orchestration and output them back to the caller whether it was another orchestration, web service client or .NET code (if possible).
Is this possible?
|