-
Last night the good news of BizTalk Server 2009 beta being public received me, finally! It consists of the following items: 12/8/2008 BizTalk Server 2009 Beta - Release Notes Document BizTalk Server 2009 Beta - Release Notes 12/8/2008 BizTalk Server 2009 Beta - Installation and Configuration Guide Document...
-
Today I found a very intersting post about schema vesrioning and BizTalk >> Here << Basically it says, if you have schema versioning, just increase the version number of your DLL with the schema. BizTalk will then resolve automatically to the latest version. Just one of those things that...
-
1. Create the schema that defines your custom header. This schema should be a NORMAL schema. (Give it a decent rootnode name) 2. Create a PROPERTY schema with TargetNamespace : http://schemas.microsoft.com/BizTalk/2003/SOAPHeader . 3. Make sure you define a property in the PROPERTYSCHEMA with EXACTLY...
-
On the project I'm working on at the moment we're using custom exceptions in BizTalk. We have adopted the exception handling part of the ESB guidance and so the custom exception consists of a string indicating what to do next and an XLANGMessage object to store messages in. There was something...
-
I was working on a PC on which I wanted to install the BAM definitions that come with the ESB guidance for exception handling. So I browsed to the <installpath>\ESB Exception Handling Install\Install\BAM folder to execute "deploy_exception_tracking.cmd". Unfortunately I was unable to...
-
Yesterday it was my Birthday and how nice of Microsoft to give me what I really wanted .... The BizTalk ESB guidance is available for download NOW Go and get it here : http://www.microsoft.com/downloads/details.aspx?FamilyID=e3957253-24ce-45aa-ac32-60abffe15bac&DisplayLang=en
-
At last they have shed some light on what the next version will be : Service Oriented Architecture • Deeper alignment with the .NET Framework – Building deeply on the investments made with Windows Communication Foundation and Windows Workflow Foundation by closer alignment of these technologies and BizTalk...
-
If you are working with BizTalk you have probably used context properties for routing etc. Sometimes you want to inspect a message and see what the context properties are. Or if you have build a (kind of) ESB using the messagebox it would be nice to have a listener and spit all the messages that hit...