BloggingAbout.NET
Thoughts of developers

Search

  • BizTalk BAM event not written from PipelineComponent when port fails

    When developing a custom PipelineComponent I spend quite a while overlooking the obvious. For all those who also overlook this: When writing BAM from a PipelineComponent it is a good practice to use the PipelineContext.GetEventStream() method to get the BAM eventstream. This way your BAM events will piggyback ride along on the SQL calls already made
    Posted to Vincent Scheel (Weblog) by Vincent Scheel on Wed, Apr 7 2010
  • BizTalk: Two versions of a schema side by side and using them in orchestrations

    Schema versioning in BizTalk is always a difficult thing to do. When small changes are done on a schema (for a new solution), but this schema is already in use by a solution which is currently in production, you have to be very careful. BizTalk defines the schema type of a message by the combination: targetnamespace#rootnode to make a MessageType unique
    Posted to Vincent Scheel (Weblog) by Vincent Scheel on Tue, Jan 26 2010
  • Exposing BizTalk Schemas as a SOAP-RPC/Encoded webservice

    Yesterday I had to connect a Delphi back-end system to the BizTalk 2006 R2 environment of my customer. Since this Delphi system could only call webservices exposed as SOAP-RPC/Encoded, I had to expose the needed schemas as such. While searching on this subject I found a good post of Tomas Restrepo on consuming SOAP-RPC/Encoded webservices: http://winterdom
    Posted to Vincent Scheel (Weblog) by Vincent Scheel on Tue, Jan 12 2010
  • Start to blog on BloggingAbout.Net

    Today I have started a blog on BloggingAbout.Net. Here I will be posting my findings on Microsoft BizTalk Server and .Net development. For the past five years I have been working with .Net (mostly ASP.NET) and Microsoft BizTalk Server and many times I turned to blogs for finding answers to tech related questions. I decided I would like to give back
    Posted to Vincent Scheel (Weblog) by Vincent Scheel on Tue, Jan 12 2010
Page 1 of 1 (4 items) | More Search Options
Copyright © 2003-2010 BloggingAbout.NET