문제

I am consuming a WCF service in BizTalk orchestration which returns a DataSet. I have tried to consume the service in ordinary way but couldn't succeeded. Please let me know is there any special way to handle a DataSet as response from WCF in BizTalk?

What I should do?

도움이 되었습니까?

해결책

You need to serialize the DataSet to xmlObject before consuming it on BizTalk

Check this tutorial for example

WCF-to-BizTalk-Passing-Typed-DataSet

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top