Is there anyway to create a BizTalk map with multiple input schema "from scratch" ?
i.e. not creating an orchestration and a transform shape and selecting multiple messages in the Source
相关问题
- CreateFileMapping ends with “Not enough disk space
- Biztalk Log4Net [closed]
- How to have ModelMapper.validate() succeed when us
- Any way to plot multiple barplots on a map?
- Using primitives or wrapper class in Hibernate?
相关文章
- Is there a way to modify the entity mapping config
- Intermediate variable in a list comprehension for
- Excel VBA - Dictionary - storing and retrieving va
- Is there a way to plot many markers in Folium?
- Change keys of a dict with a mapping dict
- Fluent Nhibernate - Mapping a list results in Null
- Custom Jackson Mapping for Inner Classes
- nHibernate & sqlite mappings
For clarity I will outline the procedure for the creation of a multiple input schema map using Visual Studio:
You can then rename/move the map as needed.
No, there isn't a way to create a multi-schema input map in Visual Studio for either BizTalk 2006, 2009 or 2013 (thanks for the clarification @Krishan) without going via the Orchestration/Transform shape route. The only other option is to manually write a map by hand in a text editor, or from a template.
Bear in mind that with the Orchestration/Transform solution, you can throw the Orchestration away once you've used it to create the map.
Just in case anyone still needs this, here's a template you can use.
http://fabiomarini.wordpress.com/2011/12/20/multipart-map-template/