Hi ,
In our BizTalk application, a source schema is generated and an entity class of this schema is generated. The data is pulled from database and populated into the data entity class.
This data entity class using serialization is directly mapped to schema.
No there is a requirement where the user wants the schema tags to be generated dynamically. due to the tight coupling of the source schema and data entity class we are not able come up with a solution.
Is there any flexibility provided in BIZTALK 2006 r2 where the schema tags can be generated dynamically along with the data entity class?