Pages

Debatching Inbound Messages From WCF SQL Adapter in BizTalk & Typed polling Debatching

Wednesday, January 18, 2012
Post by Richard Seroter First off, I created a database table to hold “Donation” records.  It holds donations given to a company, and I want those donations sent to downstream systems.  Because I may get more than one donation during a WCF-SQL adapter polling interval, I need to split the collection of retrieved records...
Read more ...

Configuring SAP LOB Adapter Reciving / Sending Idocs from SAP to BizTalk

Friday, January 13, 2012
Receiving IDOCS from SAP Before we do anything, there is an adapter gotcha we have to fix.  The SAP WCF Adapter needs an assembly which contains the SAP Property Schema for the idoc header. This is a standard assembly from Microsoft and you can find it in <sap wcf install path>\ Next step is to create a Receive Port...
Read more ...

Generating a WCF Client for IDOC Operations Using the Add Adapter Service Reference Plug-in Using SAP Adapter in Biz Talk

Thursday, January 12, 2012
This section provides instructions on how to browse, search, and retrieve metadata from SAP for IDOC operations using Add Adapter Service Reference Plug-in or Consume Adapter Service Add-in. Most of the instructions are same for both Add Adapter Service Reference Plug-in and Consume Adapter Service Add-in. Wherever applicable, separate...
Read more ...

Sending an IDOC to SAP with Max performance the Easy Way

Thursday, January 12, 2012
Assume as part of your business process, you obtain an IDOC from somewhere, in a flat-file format, as below, which you wand to send to SAP using the SAP adapter with the least amount of effort .. EDI_DC40 8000000000001064985620E2EDK01005 800000000000106498500000100000001E2EDK14 8000000000001064985000002000000020111000E2EDK14 8000000000001064985000003000000020081000E2EDK14 80000000000010649850000040000000200710E2EDK14 80000000000010649850000050000000200600 The...
Read more ...