Browse by Tags

All Tags » BizTalk (RSS)
Sorry, but there are no more tags available to filter with.
More a note to self than a serious blog post (haven't got the time to do screen shots and stuff). When creating BAM views in Excel, you can copy the initial PivotTable that is generated to create multiple predefined 'views'. To copy the PivotTable...
Posted by Marc Jacobi | with no comments
Filed under:
This is my second project in which I used an Interop layer for calling custom code in BizTalk and it still feels (and smells) good. The Interop layer is an assembly that isolates the BizTalk specifics from the rest of your code base (I've not needed...
Posted by Marc Jacobi | with no comments
Filed under:
The Build SourceFileName component builds a value for the %SourceFileName% macro that can be used as part of a Send Port Url thus allowing customization of the file names. The following class diagram shows the classes for the BuildSourceFileName component...
Posted by Marc Jacobi | with no comments
Filed under:
The Outbound File Location component allows messages to be placed in a sub folder hierarchy based on Context Properties of the Message. The following class diagram shows the classes for the OutboundFileLocation component: The OutboundFileLocation class...
Posted by Marc Jacobi | with no comments
Filed under:
A Static Message Context is a Pipeline Component that has one or more Context Properties configured and applies them to each message that travels through the Pipeline. The following class diagram shows the classes of the Static Message Context component...
Posted by Marc Jacobi | with no comments
Filed under:
This is a four part series on building reusable Pipeline Components for BizTalk (2004/2006). The four part series starts of with laying a foundation with a couple of base classes and the other three installments will cover one component each. The following...
Posted by Marc Jacobi | with no comments
Filed under: