0

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.

4

1 回答 1

0

您是否使用 addServiceReference 选项添加了服务引用以使用 wcf 服务。这将为您提供使用 wcf 服务所需的模式和绑定。

于 2014-04-08T14:35:08.480 回答