Click to Rate and Give Feedback
MSDN
MSDN Library

  Switch on low bandwidth view
Samples

The following list contains the names and descriptions of the samples that are posted on the BizTalk Server R2 Code Samples Web site.

Name Sample directory name in the package Description

Beep Event Handler

BeepEH

The Beep Event Handler sample shows you how to create a custom event handler and add it to an RFID process pipeline.

BRE Event Handler

BRESample

The BRE Event Handler sample demonstrates how to invoke a Business Rule Engine (BRE) policy by using the RuleEnginePolicyExecutor event handler in an RFID process.

Provider Template

ProviderTemplate

The Provider Template sample ships with a Visual Studio template that can be used to write DSPI device providers.

Consume WCF Service

WCFEH

The Consume WCF Service sample posts a TagReadEvent as a message to a TagMonitor Windows Communication Foundation (WCF) service.

Duplicate Elimination

DupElim

The Duplicate Elimination sample eliminates duplicates from TagReadEvents and TagListEvents.

Event Handler Template

EHTemplate

The Event Handler Template sample ships with a Visual Studio template that can be used to write event handlers.

Event Cycle Event Handler

EventCycle

The Event Cycle Event Handler sample has an RFID process with an event handler that collects a set of TagReadEvents in an event cycle. Within the event cycle, duplicates are automatically filtered.

Import Export Rule Store

ImportExportRuleStore

The Import Export Rule Store sample allows you to import Business Rule Engine (BRE) policies and vocabularies from an XML file into the Rule Engine database, and to export policies and vocabularies from the Rule Engine database to an XML file.

Synchronous Commands

SynchronousCommands

The Synchronous Commands sample issues a set of commands to BizTalk RFID from a Windows Forms application by using the object model (OM) exposed by BizTalk RFID.

Using SQL Adapter in receive-only scenario

SimpleReceive

The BizTalk orchestration in this sample receives tag data from the RFIDsink database by executing the GetAndDeleteEventsForBizTalk stored procedure.

Using SQL Adapter in request-response scenario

RequestResponseSqlAdapter

The BizTalk orchestration in this sample sends a request to execute the GetTagReadEventsWithTimeFilter stored procedure.

Using Web service proxies exposed by BizTalk RFID

ConsumeRfidWS

The ConsumeRfidWS sample demonstrates how to use the Web service proxies exposed by the Microsoft.Rfid.ManagementWebServiceProxies assembly that ships with BizTalk RFID.

Using WCF service exposed by a BizTalk orchestration

BizTalkWCFEH

The BizTalkWCFEH sample demonstrates how to expose a BizTalk orchestration as a WCF service, and how to consume the WCF service from a BizTalk RFID process.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Comprehensive DSPI Provider Sample - Vechicle Sensor Provider      Mick Badran - MVP   |   Edit   |   Show History
Hi folks, as part of the MS RFID course we developed - I wanted to share the comprehensive DSPI provider extension lab 04 from the course.
Specifically the provider sample illustrates:
  1. Device APIs
  2. DSPI Management APIs
  3. Dynamic discovery of devices
Basically the provider:
  1. Uses the file system to simulate 'sensors' that could be used to interface with RFD (doesn't always need to be 'readers' + devices)
  2. each subfolder is discovered as an 'antenna' and presented to BizTalk RFID
  3. The provider waits for files to be dropped into folders for the 'tag' read events
  4. The provider will can also write/print tags out which translate to files in folders.

The Article - http://blogs.breezetraining.com.au/mickb/2007/11/16/BizTalkRFIDVechicleSensorDevicesDSPIProvider.aspx

The Source Code - http://blogs.breezetraining.com.au/mickb/ct.ashx?id=9e4fb0b7-da4d-4ffa-b58c-90915e02c8a3&url=http%3a%2f%2fblogs.breezetraining.com.au%2fmickb%2fcontent%2fBizTalkRFIDVechicleSensorDevicesDSPIProv_85A3%2fLab04Ext.zip

A Sample Readme - http://blogs.breezetraining.com.au/mickb/ct.ashx?id=9e4fb0b7-da4d-4ffa-b58c-90915e02c8a3&url=http%3a%2f%2fblogs.breezetraining.com.au%2fmickb%2fcontent%2fBizTalkRFIDVechicleSensorDevicesDSPIProv_85A3%2fMockVehicleSensorDSPIProviderReadMe.pdf

The man behind the sample - http://blogs.breezetraining.com.au/mickb/ct.ashx?id=9e4fb0b7-da4d-4ffa-b58c-90915e02c8a3&url=http%3a%2f%2fblogs.breezetraining.com.au%2fscotts

Enjoy!

Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker