标签: biztalk biztalk-mapper biztalk-orchestrations
我有3个模式,分别给出一,二和三的响应。
我有另一个包含One,Two和Three作为元素的模式。
有没有可能的方法将这些映射如下?
假设ResultSchema是包含所有其他输出模式的元素。
One ----> ResultSchema->One Two ----> ResultSchema->Two Three ----> ResultSchema->Three.
这就像对象作为另一个对象的属性。