Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Getting Started with BizTalk Services
  • Table Of Contents Toc
Getting Started with BizTalk Services

Getting Started with BizTalk Services

4.3 (12)
close
close
Getting Started with BizTalk Services

Getting Started with BizTalk Services

4.3 (12)

Overview of this book

Table of Contents (17 chapters)
close
close
Getting Started with BizTalk Services
Credits
Foreword
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1
Index

Custom code in EAI


Now that we understand hybrid connectivity, let's look at one more functionality of bridges, which is to support custom code. Not all capabilities will be available out of the box from BizTalk Services. Customization enables developers to plug in new functionality that augments the existing message flow. For example, we can choose to convert an incoming invoice XML to a user-readable PDF format as well as archive the same for legal reasons.

Customization in a bridge is possible at the stage level, route configuration, or in transforms. Transforms and its customization were covered in Chapter 2, Messages and Transforms. In this section, we will look at bridge customization.

Message inspectors

Message inspectors are custom code hooks for every entry or exit of a stage in a bridge. Custom code must implement the IMessageInspector interface:

public interface IMessageInspector
{
Task Execute(IMessage message, IMessageInspectorContext context);
}

Message inspectors are implemented...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Getting Started with BizTalk Services
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon