Hi All,
I'm facing a XML schema mapping issue.I need your valuable suggestions to overcome that. This is my Scenario: I need to generate XML as target. And as per my XSD i have several schema's in my XML structure only few schema's have mapping from the source remainng schema's are optional so i need to keep them as unmapped(with out any from clause). But each time when there is a change in that job some random source schema's get mapped to the unmapped schema's causing validation errors. These changes are not even happening the dataflow level in which XML are mapped. even if we change a script in that job may lead to this error.How we can overcome this issue?
Please help....