Calling a BizTalk Orchestration Exposed as a Web Service
Just a quick note about calling a BizTalk Orchestration exposed as a web service with the input and output schema that have the same type. In this case, the web service wizard creates the input as byref rather then byval.
New BizTalk Server White Papers on MSDN
Many of these were released a few months ago in a beta form but now they are available on the Microsoft website. They include the following: BizTalk Server 2004: A Messaging Engine Overview BizTalk Server 2004 and Web Services Connecting to the Elemica Network with...
NAck Message Processing Orchestration for BizTalk Server 2004
NAcks or Negative Acknowledgments are small SOAP messages that exist in BizTalk when a messaging error occurs. This happens when adapters fail, pipelines fail, messages do not match subscriptions, ect. These messages can be subscribed to and a business process can be...
TechEd 2005 Orlando Instructor Led Labs
Congratulations to everyone who is going to attend TechEd 2005 in Orlando, FL – since it is now sold out. I just wanted to point out a few exciting instructor led labs that I will be leading. If you like my blog content, chances are you will like these labs....
Message Context and Mapping Inside an Orchestration in BizTalk 2004
Message context is a critical part of message routing and processing inside BizTalk Server 2004. How this context is handled during mapping is different depending on the location of the mapping. The context is copied differently using Receive Port mapping verses...
Convoy Message Deep Dive White Paper on MSDN
The Convoy Deep Dive white paper and sample code is now available on MSDN. You can read the paper on-line and download the sample code here. For anyone who read the “beta” version of the paper, Scenario 2 went through a minor change. I now use an atomic...
New BizTalk Server 2004 White Papers
Microsoft has released 5 new White Papers today in a “Beta” mode. Full details on all 5 are available here. They include the following: - BizTalk Server 2004 Web Services (Brian Loesgen) - BizTalk Server Internal Workings (Internal) - SQL Adapter Deep Dive...
Flat File Schema Properties Now Easily Accessible in SP1
In addition to all the other cool stuff available in BizTalk Server 2004 Service Pack 1 is the addition of the Additional Flat File Schema Properties to the schema properties window when working with Flat Files. Now, properties like Allow Early Termination, Generate...
Error Fixed In Flat File Disassembler Sample
Today I was working on some content for Tech Ed when I found a major error in a sample I posted about 4 months ago. The error caused the CR-LF’s between records to be included in the positional character count during debatching and actually into the messages...
Large Messages Can Cause Large Problems in BizTalk
Recently I have seen a lot of talk about large message support in BizTalk 2004. The most interesting and depressing was on the BizTalk Core Engine WebLog. It seems that large messages do not work as well in BizTalk 2004 as I would have hoped. I have had success with...
Debatching Messages Into Smaller Batches In An Orchestration
It is a common request. How can I debatch a message into smaller batches rather than single messages inside BizTalk 2004? I have tried many times to get this accomplished natively inside the pipeline. One would think it would be as easy as setting the group property...
WMI Suspended Instances for BizTalk Server 2004
The help guide gives many excellent examples of using WMI to perform a large variety of useful tasks in BizTalk 2004. One of the little known features is the ability to have suspended messages saved to a file at the time of suspense. I would assume this is govern by...