by community-syndication | Mar 1, 2014 | BizTalk Community Blogs via Syndication
I was trying to break a delimited string down today in to a separate record for each delimited value and came across this gem that uses recursion. http://stackoverflow.com/questions/5493510/turning-a-comma-separated-string-into-individual-rows
Blog Post by: mbrimble
by community-syndication | Mar 1, 2014 | BizTalk Community Blogs via Syndication
Use ESB Toolkit to implement a dynamic self-adapting solution. It enables the implementation of the ESB pattern within BizTalk by maximizing the re-use of services while at the same time maintaining the flexibility to easily change solution. The ESB Toolkit extends the capabilities of supporting a loosely coupled and dynamic messaging architecture. Here is a […]
The post BizTalk Server Tip #27: Implement a Enterprise Service Bus using the ESB Toolkit appeared first on BizTalk360 Blog.
Blog Post by: Ricardo Torre
by community-syndication | Mar 1, 2014 | BizTalk Community Blogs via Syndication
My current project requires an orchestration to be built that will call out to one or potentially many WCF Services through a sequential loop, the specific services to be called on within the loop being resolved from the Business Rules Engine based on message context. The orchestration needs to provide for guaranteed delivery and has […]
Blog Post by: Johann