BizTalk Map with Multiple Output Messages

只愿长相守 提交于 2019-12-11 12:19:44

问题


I know it is possible to create a map that takes one input message and outputs multiple messages within an orchestration.

When you do the reverse of this i.e. merge many messages into one. The 'wizard' creates the map and the input schema. However when doing the above only a map is created. The schema is in-line.

Is there a way around this? I would like to create my own output schema and map without spinning up an orchestration. If I try to do this I am unable to assign multiple messages to the output even if I copy the in-line schema structure from a generated map.


回答1:


The answer to this question is - Not Possible. When mapping to multiple output messages the schema has to be in-line.



来源:https://stackoverflow.com/questions/19451843/biztalk-map-with-multiple-output-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!