I am looking for a webcast/screencast on a start-to-finish configuration of
a BizTalk 2006 R2 orchestration that used WCF adapters (http) to integrate
2
applications.
Basically I have 2 apps, each with a set of services (wcf). When changes
occur in app 1, it makes them known via a service call. I'd like the
orchestration to call this existing service, then I need to be able to do
some custom C# coding/logic/decision making/xml generation/etc. with that
data returned by the service call, then finally tell the orchestration to
call an existing service on app 2, sending over the data constructed in
the
aforementioned custom C# coding, which makes those changes known to app 2.
This seems basic, but it's really about how to properly structure the
biztalk project. (Orchestrations, ****ts, messages) and how to tie them
together.
I've used "Add Generated Items > Consume WCF Service" so that's setup and
I
added Send objects and connected them to the proper wcf operation and also
added Call Orchestration objects (which seem strange, each "Consume WCF
Service" adds separate ODXs which I assume means I must use the Call
Orchestration object).
Anyway, you get the idea, I need some foundational knowledge, all I see on
the web is bits and pieces, but nothing that shows you end-to-end how to
integrate applications that have wcf endpoints. This should be way
simpler.
Thanks All!
-T


|