Sign in
BTS Bits
My name is Brajendra Singh. Check out for articles, code snippets and field experiences related to BizTalk. Emphasis is on those topics which are not well documented and tough to follow.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
BizTalk
CCF
ICC
Microsoft Customer Care Framework
WCF
Archive
Archives
December 2009
(1)
July 2008
(1)
March 2008
(1)
July 2007
(1)
June 2007
(2)
May 2007
(2)
April 2007
(2)
March 2007
(2)
January 2007
(2)
December 2006
(1)
November 2006
(3)
October 2006
(3)
September 2006
(1)
July 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
BTS Bits
Microsoft Customer Care Framework (CCF) - HAT Architecture
Posted
over 4 years ago
by
Brajendra Singh
0
Comments
Introduction Microsoft Customer Care Framework (CCF) is used to integrate and automate line of business (LOB) applications. CCF uses two modules “Application Integration Framework (AIF)” and “Hosted Application Toolkit (HAT)” for this purpose. AIF...
BTS Bits
Generating Schema in BizTalk using existing XDR or XML file (error resolution)
Posted
over 5 years ago
by
Brajendra Singh
1
Comments
Many times you don’t create message schema from scratch. Instead you try to generate schema using some existing DTD, XDR or even sample XML file. Recently, I was trying to generate schema using XDR and sample XML file and ran into small irritating problems...
BTS Bits
Receive or Pull Data from CRM using BizTalk
Posted
over 5 years ago
by
Brajendra Singh
6
Comments
(Article works with CRM Dynamics 3.0 and BizTalk Server 2004 onwards) BizTalk CRM adapter can be used to send or push data to CRM system from any other application system. For example, account data can be pushed to CRM server from commerce server....
BTS Bits
Using Microsoft BizTalk Dynamics CRM Adapter – Part 5
Posted
over 6 years ago
by
Brajendra Singh
5
Comments
Welcome to last article of this series. Today, we are going to talk about using some CRM specific field types such as “Lookup” and “Picklist”. We will also have little talk about using custom entities/attributes. “Lookup” field is used to link two...
BTS Bits
Using Microsoft BizTalk Dynamics CRM Adapter – Part 4
Posted
over 6 years ago
by
Brajendra Singh
4
Comments
We talked about create, delete, query and configuration details in previous articles. In current article, I am quickly going to summarize update operation with CRM system. I suggest you refer my previous articles before reading current one. This will...
BTS Bits
Using Microsoft BizTalk Dynamics CRM Adapter – Part 3
Posted
over 6 years ago
by
Brajendra Singh
1
Comments
In previous articles, we talked about – · Installing and configuring BizTalk CRM Adapter · Basics of CRM System · How to perform query operation using BizTalk adapter · How to perform create operation using BizTalk adapter I suggest you...
BTS Bits
Using Microsoft BizTalk Dynamics CRM Adapter – Part 2
Posted
over 6 years ago
by
Brajendra Singh
19
Comments
In previous part of the article, we had initial talks about integration between BizTalk and CRM using Dynamics CRM Adapter. We discussed – · Installing and configuring BizTalk CRM Adapter · Basics of CRM System · How to perform query operation...
BTS Bits
Using Microsoft BizTalk Dynamics CRM Adapter – Part 1
Posted
over 6 years ago
by
Brajendra Singh
18
Comments
Recently, I have been working on an integration project where few exiting systems were getting integrated with Microsoft CRM System 3.0. We architected to use BizTalk CRM adapter to synchronize and integrate data with CRM system. We could not locate a...
BTS Bits
Accessing Description / Metadata (WSDL) of WCF Web Service
Posted
over 6 years ago
by
Brajendra Singh
2
Comments
WSDL or service metadata is the core for accessing or using any web service. In ASMX web service, browsing WSDL is straight forward. You develop a web service, host inside IIS and then simply browse ASMX file to view WSDL. But things are not the same...
BTS Bits
Exception Handling in WCF Web Service
Posted
over 6 years ago
by
Brajendra Singh
9
Comments
Exception handling in ASMX web services was a painful job. Information was getting lost over wire / serialization; it was tricky to get fault code back and having a strongly type mapping between service raised exception and client consumed exception was...
BTS Bits
Creating Automated Build Script for BizTalk using MSBuild
Posted
over 6 years ago
by
Brajendra Singh
10
Comments
I saw lots of people talking about BizTalk build automation scripts and they are mostly curious about how MSBuild can help fix things. I thought of sharing potential and my experience of writing automated build script using MSBuild tasks. I am expecting...
BTS Bits
Managing Vocabularies in Multiple Policies Development
Posted
over 6 years ago
by
Brajendra Singh
0
Comments
I follow "BizTalk Technical Discussion" distribution list and I found mails bouncing around two very interesting topics - how to manage vocabularies in BizTalk rule engine for multi-policy development and how to create automated build scripts for BizTalk...
BTS Bits
How to Develop BizTalk Custom Pipeline Components – Part3
Posted
over 6 years ago
by
Brajendra Singh
3
Comments
Pipelines contain fixed number of stages and stages contain variable number of components. There are two execution modes of the stages – “All” and “First Match”. In “All” execution mode, all components in the stage are executed one by one in sequence...
BTS Bits
Using Configuration in BizTalk Map
Posted
over 6 years ago
by
Brajendra Singh
4
Comments
Sorry for delay guys, I am coming with remaining pipeline articles very soon. Meanwhile, here is an interesting and useful thing to share. During BizTalk map definition, sometime you might require to read some configuration value. For example, during...
BTS Bits
How to Develop BizTalk Custom Pipeline Components – Part2
Posted
over 7 years ago
by
Brajendra Singh
16
Comments
In my current series, I am talking about developing custom pipeline components in detail. In part1, we talked about pipeline component types and about developing general pipeline component with example. I encourage you to refer part1 article to have a...
BTS Bits
How to Develop BizTalk Custom Pipeline Components - Part1
Posted
over 7 years ago
by
Brajendra Singh
12
Comments
Receive and send pipelines in BizTalk are used to perform a range of processing and operations on messages. They can – 1. Encrypt and decrypt messages 2. Sign and verify digitally signed messages 3. Validate message against schema 4. Deal...
BTS Bits
Effect of Engine Control Functions on Business Rule Execution – Part2
Posted
over 7 years ago
by
Brajendra Singh
0
Comments
In current series, we have already gone through rule execution algorithm and effect of “Assert” and “Update” on rule execution cycle. If you wish to recap, please go through these articles again @ https://blogs.msdn.com/brajens/archive/2006/10/13...
BTS Bits
Effect of Engine Control Functions on Business Rule Execution – Part1
Posted
over 7 years ago
by
Brajendra Singh
3
Comments
Policies in BizTalk Rule Engine execute according to Match – Conflict Resolution – Action algorithm. Engine control functions influence rule execution cycle in big way. They cause execution cycle to recur more than once and also control action agenda...
BTS Bits
Multiple Message Boxes in BizTalk (Scale out message box)
Posted
over 7 years ago
by
Brajendra Singh
2
Comments
BizTalk runtime can be divided into “Process” and “Data” area in larger terms. Orchestrations, receive handler, send handler etc. run under process area. Process area is popularly called “Host”. Host can be mapped to several BTS machine in BizTalk Server...
BTS Bits
Understanding Rule Execution in BizTalk Rule Engine
Posted
over 7 years ago
by
Brajendra Singh
5
Comments
BizTalk business rule engine (BRE) is a wonderful tool to extend dynamics and flexibility of business. It allows business rules to be tailored on the fly with no hazards and downtime. In BRE, you can define “Policy”. Policy contains “Rules” drafted...
BTS Bits
Understanding Inbound / Outbound Message Security in BizTalk
Posted
over 7 years ago
by
Brajendra Singh
8
Comments
In the communication and integration world message is core entity. It is principal data carrier. Applications and businesses trade information using messages. BizTalk is content based publish-subscribe engine which facilitates in enterprise application...
BTS Bits
Long Term Facts / Fact Retriever in BizTalk Rule Engine
Posted
over 7 years ago
by
Brajendra Singh
1
Comments
Business is dynamic. Policies, rules, constraints are never stable and they amend/evolve with time. Processes, applications and workflows supporting any business model need to implement these changes with minimal maintenance and adoption hazards....
BTS Bits
BizTalk Custom Receive Pipeline Component to Batch Messages
Posted
over 7 years ago
by
Brajendra Singh
4
Comments
Introduction: Pipelines in BizTalk are used to do specific processing on incoming and outgoing messages. Each pipeline has some stages in which stage specific components can be employed to do certain tasks. “Disassemble” is the second stage...
BTS Bits
BizUnit Quick Start Sample
Posted
over 7 years ago
by
Brajendra Singh
7
Comments
For a long time, automatic unit testing of BizTalk interfaces was a night mare and BizTalkers were desperately looking for a sophisticated tool. With BizUnit 2.0, BizTalk interface unit testing has become an easy and efficient job. Purpose of this article...
Page 1 of 1 (24 items)