Just got an email from Andrew (great all round good guy) about a cool Adapter example
he came across…..very nice.
Enabling Faxing of messages from BTS using the Win2K3 FaxServices API and the Office2003
Document Imaging Library.
Enough said – BizTalk
Fax Adapter Project
Nice work!
————- snippet from the Project Page ————–
What the BTS Fax Adapter Does
When the FaxMessage Arrives to the Incomming Archive. The Fax
Adapter Copies the Tiff Image (FaxMessage) to the temporary folder and runs OCR on
the Tiff Image and Extracts the Text and submits to BizTalk as a message, or takes
messages from BizTalk Server and Sends to the FaxConsole. It provides code to build
either a dynamic or a static adapter; however, the following procedure only outlines
the static adapter. A static adapter is an adapter with a static set of schemas and
no custom user interface. A dynamic adapter has a custom user interface and potentially
a dynamic set of schemas. Both static and dynamic adapters use the Add Adapter Wizard
to add their schemas to a BizTalk project