endpoint.tv - How to Make a WorkflowService Implement a Contract

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<img src="http://ecn.channel9.msdn.com/o9/ch9/4148/564148/endpointWFServiceContract_85_ch9.png" border="0" />WorkflowServices dont provide a way to implement a contract, but that doesnt mean you cant get them to look like they do. This is useful if you want to create a client proxy using a ChannelFactory. In this episode, Ill show you what I learned about the messaging activities to make this work.

I also wrote this up on my  http://blogs.msdn.com/rajcobs blog .

     http://blogs.msdn.com/b/rjacobs/archive/2010/07/30/making-a-workflowservice-work-like-a-wcf-service.aspx How to make a WorkflowService implement a contract
http://code.msdn.microsoft.com/wfscontract     Sample Code (MSDN Code Gallery)

Ron Jacobs
blog         http://blogs.msdn.com/rjacobs http://blogs.msdn.com/rjacobs
twitter     http://twitter.com/ronljacobs @ronljacobs <img src="http://channel9.msdn.com/564151/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" />

View the full article
 
Back
Top