Filed under: Biztalk 2004 | Tags: BizTalk, BizTalk Server 2006, BTSNTSVS.exe, EDI, Heath and Activity Tracking, Schema
When you’re sending EDI messages with Biztalk 2006 and you need to modify one of the standard edi message, just modify the schema for your needs. Add new enumerations, change the sequence and rename the elements, but always change the namespace. So you can work with the normal (original) schema and the custom schema at the same time / server. (more…)
Filed under: Biztalk 2004, Examples | Tags: BizTalk, Biztalk Server 2004, BTSNTSVS.exe, Labs, SKD, Tutorial
The tutorials explain how to automate business processes within your company and among business partners, how to use Web services, and how to implement trading partner management and monitor business activities. (more…)
Filed under: Biztalk 2004, Debugging | Tags: BizTalk, Biztalk Server 2004, BTSNTSVS.exe, Debugging, Pipeline, Pipeline Component
When you have a pipeline components created and you like to test the working of it, create a new Biztalk Server Project for testing purposes. Copy the pipeline components libraries to the next directory: “C:\Program Files\Microsoft BizTalk Server 2004\Pipeline Components”. Create a new pipeline and add the created pipeline components to the toolbar of Visual Studio. Insert the pipeline component in the pipeline and save your test project.
So there are several ways to test your pipeline components and you have to decide for you own what suits you the best. I’m now going to describe two ways of debugging a pipeline component. One possibility is installing a ‘dummy’ orchestrations bound to this pipeline component and push some messages through, and the second possibility is to use the pipeline.exe tool. (more…)