Archive
Category: Uncategorized
-

That evil pipeline component constructor
So it took me almost three hours to find out why my pipeline component does not work correctly in the design time. It turns out its constructor has…
-

Notes on unit testings
So I refactored the bizunit a bit to allow for the following test step, source code I really like the NUnit.That asserts, look much comfortable compared to the…
-

Delivery notification with dynamic ftp port
These are lesson learnt, scope to set to synchronized once the delivery notification occurs, it seems the orchestration continues its workflow, but it did trigger the exception handler…
-

Dynamically create FTP folder using FTP adapter
So the requirement is to send the thing to FTP folder, it is normally ok to use the FTP adapter but this time the requirement is to create…
-

Order delivery using SSSB
The messaging only version for MLLP adapter based order delivery scenario. See reference http://appfabriccat.com/2011/02/implementing-end-to-end-ordered-delivery-using-microsoft-biztalk-server-and-sql-server-service-broker-new-whitepaper-on-technet-wiki/
-

BizTalk rewinds the interchange if exception is throw in send pipeline
Found an very interesting problem today. It is about a scenario that, In the receive side, we disassemble an inbound interchange by wrapping FF disassembler component, perform some…
-

BizTalk 2010 Cert
Passed today. Not a difficult exam, quite fundamental, with no prepare (actually nothing available yet), I got a score of 820. Quite sure I got all EDI and…
-

ESB Notes
End to end integration problem: a set of autonomous services can quickly devolve into a spaghetti-code-like structure that becomes difficult to maintain. A change will be big impact…
-

BRE: validating message with not presenting elements
One of the business rule I am facing is to validate the message upon business rules. The problem being the rules engine when tries to evaluate the if…
-

HL7 Notes (3)
BTAHL7 Flat File Assemble Pipeline Component – single message a) read value from MSH5.1, 5.2 and 5.3, comnbine them together as destination party b) read message send port…