tags:

views:

133

answers:

1

We are implementing the Microsoft ESB Guidance on top of BizTalk 2006. One of our major players in the business is SAP, which is catered for out of the box using BizTalk's WcfCustom adapter.

Does anybody have any advice or experience using the ESBG adapters to connect to SAP for submission of iDocs?

Will I need to write my own ESB Adapter Provider to implement the Wcf-Custom behaviour, or is there an open source alternative out there?

Cheers.

A: 

Thanks Bryan, we ended up going with a messaging solution, which has worked with our initial proof-of-concept, but leaves us with a 1:1 relationship between SAP send ports and the iDoc message formats, as we need to inject an iDoc specific SOAP Header in the Send Port. I will investigate further.

WarmBeer