My WCF service
gives message in XML format and I want to parse that XML to map
it into the destination schema
.
WCF exposed method (let' say GetXml()) which gives collection of records (let's say Name, Phone records) in XML format. I want to further map that XML records to map to destination schema.
Please guide me as I am new to biztalk.