Chapter 19 Quick Reference

To

Do This

Lay out methods your workflow-based XML Web Service will implement

Create a new interface with the methods you desire.

Begin workflow processing in your workflow-based XML Web service

Drag and drop an instance of the WebServiceInput activity into your workflow. Assign it your interface and desired method name. Set its IsActivating property to true.

Return values from your workflow-based XML Web service

Drag and drop an instance of the WebServiceOutput activity onto the workflow designer’s surface, and assign it the corresponding WebServiceInput activity it is to be paired with. Bind the return value to a workflow field or property, and assign that field or property a value prior to executing WebServiceOutput.

Return ...

Get Microsoft® Windows® Workflow Foundation Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.