Thursday 1 February 2007

Integrating WCF and WF

Graham Elliott describes how to integrate WF and WCF. WF does not have a WCF specific activity so you are forced to use basicHttpBinding.

He also describes on how to integrate using a code activity, which allows you to use all the WCF features but not limited in problems.

Other alternative is to decouple the service interface by using an adaptor, this is demonstrated by Roman Kiss at Code Project

No comments: