How to consume xml from WCF in biztalk?

116 Views Asked by At

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.

1

There are 1 best solutions below

2
Vikas Bhardwaj On

Have you added a servicereference to consume wcf service using addServiceReference option. That will give you required schemas and binding to consume wcf service.