Home > Blogs
Browse by Tags
Home > Blogs
I presented at the Microsoft SOA and Business Process Conference last week in Redmond. The title of the presentation was: Robust Error Handling for BizTalk Solutions. I did the presentation once on Thurs Nov 1 and again on Friday Nov 2. A number of people
Read More...
I deleted the original post by mistake (woops!), so below is to replace the deleted one. Last year a customer had a requirement to process DBF files in BizTalk. I created a custom pipeline component that saved the incoming binary stream to a physical
Read More...
This entry discusses using a real RFID reader (Phidget) with BizTalk 2006 R2 RFID Beta 2. There are a couple of RFID samples provided with the RFID install, but they involve simulators for RFID devices. If you want to try a real RFID reader sample with
Read More...
This entry describes two helper methods to interact with messages in a BizTalk orchestration. The first helper methods will return the string representation of a BizTalk message. The methods are as below: /// <summary> /// Pass in a BizTalk Message
Read More...
One thing that you learn pretty fast in BizTalk is that messages in an orchestration are immutable/read only. If you need to modify a message in a BizTalk orchestration, you are pretty well restricted to using a Construct shape with encapsulated Transform
Read More...
This entry discusses the use of the following to programmatically alter a receive or send pipeline component(s) properties: BTS.SendPipelineConfig BTS.SendPipelineResponseConfig BTS.ReceivePipelineConfig BTS.ReceivePipelineResponseConfig There is a link
Read More...
A staple in BizTalk 2004/2006 is to design and implement mapping/transformation operations using the BizTalk mapper. Mapping in BizTalk can be extended and improved by: a) Using a rich set of Functoids that ship with BizTalk. b) Using custom XSLT in a
Read More...
Short notice, but I am doing a presentation tomorrow (Thurs. Feb 9) at the Metro Toronto .Net Users Group. You can read more about it here: http://www.metrotorontoug.com/User+Group+Events/231.aspx Demos will include dealing with binary documents (Word
Read More...
Below is an example using the new POP3 and Sharepoint Adapters (Sharepoint Adapter now out of the box) for BizTalk 2006. This example demonstrates the following: 1) Processing binary documents in BizTalk. 2) A method to process multiple attachments in
Read More...
Jesús Rodríguez has finished a Beta 2 version of Service Broker Enhancements Adapter for BizTalk Server 2006. They are looking for beta testers, so please go HERE if interested. Service Broker is an exciting new feature for Microsoft SQL Server
Read More...