-
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...
-
Tonight at 11p.m., if I'm not mistaking the timezones, Brian Loesgen from Neudesic will present a webcast on the ESB Guidance. I believe the session will be recorded so you can also view it at a later stage. Details: Title Introduction to Microsoft’s ESB Guidance Description The Microsoft ESB...
-
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...