Browse by Tags

All Tags » ESB (RSS)

Building your own Adapter. Serious Pitfals / Adapter WOES !!

This blog post is about several experiences I had when building my own Sybase adapter. Normally i would suggest to the customer that they should buy an adapter, but in this case that was not possible since the only good working Adapter for Sybase was...
Posted by Patrick Wellink | 3 comment(s)
Filed under: ,

Interesting post about Schema versioning in BizTalk

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...
Posted by Patrick Wellink | with no comments
Filed under: ,

HowTo define a Custom Soap Header in BizTalk. Expose it, Consume it , even map them..

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...
Posted by Patrick Wellink | 5 comment(s)
Filed under: ,

BizTalk ESB guidance Available on MSDN

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...
Posted by Patrick Wellink | 1 comment(s)
Filed under: ,

BizTalk V-Next

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...
Posted by Patrick Wellink | 2 comment(s)
Filed under: , ,

Storing Context properties in Processing instructions

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...
Posted by Patrick Wellink | 2 comment(s)
Filed under: ,