Home > Store

Microsoft BizTalk Server 2010 Unleashed

Register your product to gain access to bonus material or receive a coupon.

Microsoft BizTalk Server 2010 Unleashed

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2012
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-33118-7
  • ISBN-13: 978-0-672-33118-3

Microsoft BizTalk Server 2010 Unleashed is the 100% new, 100% practical developer’s guide to Microsoft’s most powerful version of BizTalk Server. Written by an expert team of Microsoft insiders and BizTalk MVPs, it reflects unsurpassed experience with all phases of BizTalk enterprise solutions development, from planning through deployment and administration.

The authors begin by introducing BizTalk Server’s architecture and key integration concepts. Next, they offer in-depth coverage of BizTalk’s foundational features, including schemas, maps, orchestrations, and pipelines. You’ll learn how to effectively utilize both standard and custom adapters; monitor integration services; leverage cloud computing via Windows Azure; implement operational BI solutions; and make the most of business rules and BizTalk’s Business Rules Engine (BRE).

The authors offer best practices and “in the trenches” tips for everything from managing deployments through implementing state-of-the-art mobile RFID solutions. No other book offers this much useful, pragmatic, and tested knowledge for successful BizTalk development.

Brian Loesgen is a Principal Architect Evangelist on Microsoft’s Azure ISV team. A six-time Microsoft MVP, he has extensive experience in building advanced enterprise, ESB, and SOA solutions. He has coauthored eight books, including SOA with .NET and Windows Azure. Charles Young, a principal consultant at Solidsoft, and Jan Eliasen, an IT architect at Logica, have each been honored repeatedly as BizTalk MVPs, and are highly respected bloggers in the BizTalk community. Scott Colestock, chief architect for Trace Ventures, specializes in using BizTalk to implement integration and service orchestration solutions. He is a member of Microsoft’s Architectural Advisory Board and a BizTalk MVP. Anush Kumar, CTO of S3Edge, served as Microsoft’s RFID business leader and was heavily involved in designing and architecting its BizTalk RFID offerings. Jon Flanders is an independent consultant, instructor for Pluralsight, BizTalk MVP, and author of RESTful .NET.

  • Apply BizTalk Server’s sophisticated, scalable message exchange model to support virtually any business requirement
  • Get your schemas right the first time, so you can avoid major problems downstream
  • Use BizTalk Mapper to create maps for transforming inbound and outbound XML messages and supporting business processes
  • Use orchestration to automate even highly-complex processes
  • Utilize adapters and WCF to integrate any application, service, or system
  • Extend your application’s reach with Windows Azure AppFabric
  • Capture key BizTalk infrastructure, services, and business metrics
  • Build powerful rules-based solutions with Microsoft’s Business Rules Framework
  • Establish an Enterprise Service Bus (ESB) that uses BizTalk Server as core messaging infrastructure
  • Efficiently manage, configure, and troubleshoot BizTalk through the Administration Console
  • Create RFID applications ranging from simple label printing to end-to-end business processes

Sample Content

Online Sample Chapter

Maps in Microsoft BizTalk Server 2010

Sample Pages

Download the sample pages (includes Chapter 3 and Index)

Table of Contents

Foreword    xxii

Part I  The Basics

1  What Is BizTalk Server?    3

A Brief History of Application Integration    3

BizTalk Server Capabilities    7

Adaptation    7

Mediation    8

Exception Handling    8

Orchestration and Choreography    9

Performance and Scalability    9

Security    10

Insight    10

Electronic Data Interchange    11

RFID Event Handling    11

What Is a “Typical” BizTalk Solution?    11

BizTalk Server, WCF, and WF    12

Summary    14

2  Schemas    15

BizTalk Schemas    16

XML Schema Definition    16

Properties    17

Internal Schemas    18

XML Schemas    20

Existing XSDs    20

Generating an XSD    21

Creating an XSD    21

Flat File Schemas    36

Add Existing Schemas    38

Creating by Hand    38

Flat File Schema Wizard    47

EDI Schemas    60

Messages That Are Not XML and Not Flat File    60

Pass-Through Pipeline    60

Custom Disassembler    61

Custom Editor Extensions    61

Third-Party Components    61

Property Promotion    61

Distinguished Fields    63

Promoted Properties    65

Property Demotion    66

When to Use What    67

Versioning of Schemas    69

No Long-Running Transactions and a Short Downtime Acceptable    69

Long-Running Transactions or a Short Downtime Is Unacceptable    70

Testing    71

Validate Schemas    71

Validate Instances    72

Generate Instances    74

Unit Testing of Schemas    75

Testing Using Pipeline Tools    80

Schemas for Scenario Used in This Book    81

FineFoods.Common.Schemas    81

FineFoods.CreditCheck.Schemas    82

FineFoods.Customers.C1701    82

FineFoods.Customers.C1702    83

FineFoods.Customers.Schemas    84

FineFoods.Inventory.Schemas    84

FineFoods.Orders.Schemas    84

FineFoods.PurchaseOrders.Schemas    87

Summary    88

3  Maps    89

The Mapper    90

Layout of Mapper    90

Initial Considerations    92

Creating a Simple Map    94

Functoids    108

String Functoids    111

Mathematical Functoids    112

Logical Functoids    113

Date/Time Functoids    115

Conversion Functoids    116

Scientific Functoids    116

Cumulative Functoids    117

Database Functoids    118

Advanced Functoids    120

Third-Party Functoids    122

Advanced Maps    123

Mapping Optional Fields    123

Looping Functoid    123

Index Functoid    125

Database Lookup    127

Scripting Functoid    129

Functoid Combination    131

Combination of Functoids for If-Then-Else    131

Create Separated List    132

Table Looping Functoid    132

Conditional Creation of Output Nodes    135

Custom XSLT    136

Cross Referencing    136

Building Custom Functoids    140

Initial Setup    141

Normal Functoid    146

Cumulative Functoid    151

Developing Advanced Functoids    155

Deployment of Custom Functoids    157

Debugging    161

Testing of Maps    163

Validating Maps    164

Testing Maps    164

Debugging a Map    167

Unit Testing    168

Summary    172

4  Orchestrations    173

Orchestration Designer    174

Defining Orchestrations    177

Building Orchestrations    178

Messages    182

Variables    186

Shapes    188

Delivery Notification and Handling Retries    217

Calling Pipelines    218

Web Services    221

Dehydration and Rehydration    228

Correlations    229

Convoys    234

Parallel Convoys    234

Sequential Convoys    235

Zombies    236

Transactions    237

Atomic    238

Long Running    240

Compensating Code    241

Persistence Points    246

Exception Handling    247

Debugging    250

Send Out Messages    250

Debug and Trace    250

Breakpoints in Orchestration Debugger    250

Summary    255

5  Pipelines    257

Stages in Pipelines    258

Stages in a Receive Pipeline    259

Stages in a Send Pipeline    261

Built-In Pipelines    262

Receive Pipelines    262

Send Pipelines    263

Built-In Pipeline Components    263

XML Components    264

Flat Files    268

Encoding, Encrypting, and Signing    272

BizTalk Framework    275

Validator and Party Resolution    280

Custom Pipelines    283

Using the Built-In Pipeline Templates    283

Creating Custom Pipeline Templates    284

Custom Pipeline Components    287

Resources, Attributes, and Constructors    288

Interfaces    292

Message and Context Interfaces    305

Miscellaneous Functionality    309

Streaming    314

Properties    317

Really Fast Pipeline Component Implementation    323

Deployment    324

Debugging    327

Pipeline Component Wizard    329

Testing    330

Pipeline    exe    330

Unit Testing    331

Summary    334

6  Adapters    337

BizTalk Adapters    337

Native Adapters    338

Line-of-Business Adapters    339

BizTalk Adapter Pack    339

Host Adapters    339

Third-Party and Custom Adapters    339

Additional Microsoft Adapters    340

The Role of WCF Adapters    340

Adapter Characteristics    340

Direction    341

Push and Pull    341

Message Interchange Pattern    341

Hosting    342

Configuration    342

Batches    343

Transactions    344

Message Context    344

Metadata Harvesting    344

Registering Adapters    345

Creating Adapter Handlers    346

Port-Level Configuration    349

Configuring Receive Locations    350

Configuring Send Ports    352

Adapter Properties    355

Deploying Bindings    355

Native Adapters    357

File Adapter    357

Robust Interchange    357

Polling Locked Files    358

File Renaming    359

Reliable Messaging Issues    359

Path and File Names    359

Security    360

Additional Send Handler Issues    360

FTP Adapter    360

FTP Issues    361

Handling Duplicate Messages    362

Staging Files in Temporary Folders    362

Raw FTP Commands    363

Secure Messaging    363

HTTP Adapter    364

Using HTTP Receive Handlers    364

Using HTTP Send Handlers    366

Additional Configuration    366

MQ Series Adapter    367

Using MQ Series Receive Handlers    368

Using MQ Series Send Handlers    369

Managing Queues    369

Configuring MQSAgent    370

MSMQ Adapter    370

Using MSMQ Receive Handlers    371

Using MSMQ Send Handlers    372

Authenticating and Securing Messages    374

POP3 Adapter    375

Using POP3 Receive Handlers    376

Handling Encrypted Messages    377

SMTP Adapter    377

Using SMTP Send Handlers    378

Windows SharePoint Services Adapter    379

Using WSS Receive Handlers    380

Using WSS Send Handlers    381

Mapping SharePoint Columns    383

SOAP Adapter    383

WCF Adapters    384

Windows Communication Foundation    385

Comparing WCF to BizTalk Server    386

The Role of BizTalk Native WCF Adapters    388

Hosting Native WCF Adapters    389

The WCF Service Publishing Wizard    389

Publishing Orchestrations    392

Publishing Schemas    392

WCF Send Handlers    394

Importing MEX Endpoints    395

Importing Metadata Files    396

Dynamic Ports    397

Configuring WCF Adapters    397

Addresses and Identity    398

Bindings    399

Behavior    400

Security and Credentials    401

Message Handling    402

Using the SQL Server LoB Adapter    404

WCF LoB Framework and SDK    404

SQL Server Adapter    404

Polling and Notification    405

Performing Operations via a Send Handler    407

Additional Adapter Capabilities    408

Metadata Harvesting    409

Summary    412

Part II  Advanced Topics

7  BizTalk 2010 and WCF: Extensibility    415

WCF Extensibility    416

The WCF Channel Stack    416

ABCs Reviewed    417

ServiceContract in BizTalk    418

WCF Behaviors    420

Example of WCF Extensibility in BizTalk    420

Summary    429

8  BizTalk and Windows Azure    431

Extending the Reach of BizTalk Applications    431

The AppFabric SDK    432

Receiving Messages    433

Sending Messages    434

Static Send Port    435

Dynamic Send Port    436

ESB Off-Ramp    436

Using InfoPath as a Client    438

Summary    439

9  Business Activity Monitoring with BizTalk BAM    441

BAM and Metrics    441

What Is BizTalk BAM?    442

Using BizTalk BAM    444

End-to-End, High-Level Walkthrough of the BAM Process    444

Real-Time Versus Scheduled Aggregations    446

Defining Activities and Views    447

Progress Dimension    450

Data Dimension    450

Numeric Range Dimension    450

Time Dimension    450

Using the Tracking Profile Editor    452

Using the BAM APIs    453

DirectEventStream (DES)    453

BufferedEventStream (BES)    453

OrchestrationEventStream (OES)    454

IPipelineContext Interface    454

Creating a Higher-Level API Specifically for Service Metrics    454

Working with the WCF and WF Interceptors    457

Using Notifications    460

Rapid Prototyping    460

REST and BAM    461

Managing BAM    461

BAM Database Considerations    461

Deployment and Management    461

Security    462

Scripting Deployment    462

Summary    465

10  The Business Rules Framework    467

The Importance of Rules    468

Processes and Policies    468

Business Policies    469

Policy Externalization    469

Policy Scenarios    471

Business Versus Executable Rules    472

Business Rule Management    473

BRMS and the BRF    475

Example Scenario: Order Processing    476

Incomplete and Implicit Business Rules    478

Indirect Policy Mapping    478

Technical Policy    479

Data Models    479

Programmatic Bindings    479

Priority    479

Traceability    479

Refactoring    480

Testing, Publishing, and Deployment    480

Managing Change    481

Real-World Rule-Processing    482

Using Vocabularies    483

What About Performance?    484

Inference and Reasoning    485

The Business Rules Framework    487

Introducing the BRF    487

Rule Storage and Administration    488

Rule Deployment    489

Rule Modeling    495

Rule Execution    497

Components and Tools    499

Microsoft Business Rule Language    499

Business Rules Database    499

Pub-Sub Adapter    504

Rule Store Components    505

SqlRuleStore    505

OleDbRuleStore    505

FileRuleStore    506

Rule Set Deployment Driver    507

Business Rules Language Converter    507

Business Rules Engine    507

Policy Class    507

Policy Tester Class    509

BizTalk Server 2010 Rule Engine Extensions    511

Rule Definition and Deployment    511

The Rule Composer    512

Loading Rule Stores    513

Using the Policy Explorer    516

Using the Facts Explorer    520

Composing Rule Conditions    525

Creating Rule Actions    530

Rule Engine Component Configuration    532

Testing Rule Sets    534

Vocabularies    538

Strategies for Vocabulary Versioning    543

Publishing and Deployment    545

The Rules Engine Deployment Wizard    546

Using Rules with BizTalk Server    547

ESB Toolkit    547

RFID Server    548

Using Rules in Custom Code    548

Policy Management in the Administration Console    548

The Call Rules Orchestration Shape    551

Policy-Driven Features of the ESB Toolkit    556

The RFID Server BRE Event Handler    558

Summary    561

11  Rule-Based Programming    563

The Roots of Confusion    563

Declarativity    564

Set-Based Programming    565

Recursive Processing    565

Blended Paradigms    566

Limits of Expressivity    567

Understanding the Rule Engine    568

Understanding Production Systems    568

Understanding Short-Circuiting    571

Using OR Connectives    573

Understanding Implicit Conditions    576

Common Rule Patterns    577

Implementing Quantification    577

Handling Negation-as-Failure    581

Using Strong Negation    583

Designing Rule Sets as State Machines    584

Exploiting Situated Reasoning    587

Rule Engine Mechanisms    589

Understanding Working Memory    589

The Match-Resolve-Act Cycle    590

Introducing the Rete Algorithm    593

Managing Conflict Resolution    594

Forward- and Backward-Chaining    595

Working with Facts    597

Using Typed Fact Classes    597

Handling XML Documents    598

Setting XPath Properties in the Rule Composer    599

XML Type Specifiers    600

Handling XML Namespaces    602

Reading and Writing XML Data    602

Managing Optional XML Nodes    603

Handling ADO    NET DataTable and DataRow Objects    606

Handling Data Connections    607

Handling    NET Types    609

Invoking Static Type Members    613

Optimizing Rule Sets    615

Controlling Side Effects    615

Optimizing the Rete Network    617

Programming with the Rule API    618

Using the Policy Class    618

Handling Long-Term Facts    623

Implementing Compensation Handlers    624

Using the RuleEngine Class    627

Implementing Custom Rule Store Components    628

Managing Deployment Programmatically    630

Creating Rules Programmatically    633

Summary    637

12  ESB with BizTalk Server    639

What Is an ESB?    639

Introducing the Enterprise Service Bus    639

What Problems Does an ESB Solve?    640

What Are the Components of an ESB?    641

Dynamic Routing    643

Dynamic Transformation    644

Message Validation    644

Message-Oriented Middleware    645

Is BizTalk a Fully Functional ESB?    645

What Is the ESB Toolkit?    645

History of the ESB Toolkit    646

What Is in the ESB Toolkit?    646

What’s the Difference Between Native BizTalk Server and BizTalk Server with the ESB Toolkit?    646

The Magic Behind an ESB    647

The ESB Toolkit Stack    649

Itineraries    650

Specifying Itineraries    651

The Itinerary Lifecycle    652

Dynamic Resolution: The Resolvers    653

Adapter Providers    655

Service Composition    656

Messaging-Only Implementations    657

Unified Exception Management    658

Exposing Core Services    660

Distributed ESBs    660

REST and BizTalk ESB    661

A Stylistic Comparison    661

Incorporating REST into the BizTalk ESB    662

Management    662

Provisioning and Runtime Governance    662

SLA Enforcement    663

Monitoring    663

Organizational Considerations    664

Ensuring a Smooth Transition    664

Gatekeeper Process    665

Summary    666

Part III  Deployment and Administration

13  Administration Console Concepts    669

Introducing the Administration Console    669

BizTalk Group Properties    670

BizTalk Settings Dashboard    672

Group Hub and Query View    678

Applications Node    680

Platform Settings    681

Hosts    681

Host Instances    681

Servers    682

Message Boxes    683

Adapters    684

Summary    685

14  Deployment Concepts    687

The Work to Be Done    687

“Application” as a Formal Concept    689

Where Does It All Begin? (Inside Visual Studio)    691

Folder and Project Structure    691

Namespaces and Assembly Names    692

Applying Strong Names    693

Setting Deployment Properties    694

Fine Foods Solution    696

Deploying from Visual Studio    697

Binding and Starting the Application    698

Edit/Debug Cycle    700

Handling Binding Files During Development    703

Creating and Managing Deployable Packages    704

Other Types of Resources    707

Binding Files as Resources    708

Deployment Scripts as Resources    709

Exporting MSI Files    712

Handling MSI Export on a Build Server    713

Deploying MSI Packages to a BizTalk Group    715

Import/Install via Command Line    717

Handling Other Deployables    718

Business Activity Monitoring    718

Rule Vocabularies and Policies    719

Handling Upgrade and Versioning Scenarios    719

Summary    720

Part IV  RFID

15  BizTalk RFID    723

RFID Overview    724

The BizTalk RFID Framework    725

Installation Notes for BizTalk RFID    727

Device Applications    731

Vendor Extensions and Extensibility    743

Tag Operations    749

Introducing RFID Processes    756

Exception Handling    771

Debugging (Process Hosting Model)    773

Integration and Deployment Considerations    773

Summary    778

16  BizTalk RFID Mobile    779

Mobile RFID Overview    779

The BizTalk RFID Mobile Framework    780

Installation Notes    781

Device Applications    782

Running Your First Mobile Application    787

Barcode Support    791

BizTalk RFID Mobile Connector Architecture (Store and Forward)    792

Remote Device Management    796

Summary    798

Closing notes    799

Index    803

Updates

Errata

Although there is mention of source code on the back cover, no source code exists for this title.

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020