- Microsoft BizTalk ESB Toolkit 2.1
- Andrés Del Río Benito Howard S. Edidin
- 161字
- 2021-08-13 16:31:30
Other components and utilities
There are many other re-usable components and tools within the ESB Toolkit that are really helpful during the design, development, and operation of our ESB, as well as components that could be easily re-used in other non-ESB implementations, such as certain pipeline components and libraries. One example of those are the Add/Remove Namespace pipeline components.
Those could come in handy in many BizTalk solutions where we need to deal with systems that are not that careful with how they set the namespaces on the messages submitted to BizTalk. We can use them to:
- Add a namespace when the incoming message doesn't have a root namespace
- Replace the incoming root namespace when the difference between the external system schema and our canonical schemas just differ in their namespace (so we could avoid the implementation and execution of a ridiculously simple map)
- When the type of the inbound message is defined by some data included within the message itself
推薦閱讀
- The Complete Rust Programming Reference Guide
- Mobile Application Development:JavaScript Frameworks
- Learn to Create WordPress Themes by Building 5 Projects
- Web Scraping with Python
- UX Design for Mobile
- 從零開始:C語言快速入門教程
- Python預測之美:數據分析與算法實戰(雙色)
- 3D Printing Designs:The Sun Puzzle
- Responsive Web Design with jQuery
- 大話代碼架構:項目實戰版
- VMware vSphere Design Essentials
- MySQL從入門到精通
- Splunk Developer's Guide(Second Edition)
- Programming MapReduce with Scalding
- iOS Application Development with OpenCV 3