Use Workflow to Invoke Web Services in Parallel
By : Kirk Allen Evans Blog | On : 2007 July 03
.style1 { background-color: #FFFF00; } The very first time I saw Windows Workflow Foundation (WF), I slapped together some InvokeWebServiceActivities onto a Workflow design surface and did a slight little smile at how easy it was to execute web services in a sequential fashion. Next, I started tinkering with stuff like the ParallelActivity, trying to execute multiple web services at the same time. That didn't work out so well for me. The ParallelActivity in WF is not truly parallel, it only...
|
|
|
Total:
![]() |
Click here to continue on details
Content Ownership
The content of this posting is wholly owned by Kirk Allen Evans Blog, and as such: the same retains sole copyright for the content. softlogger.com is not responsible for this content.
Recommended Related Readings :
Invoke a WebService from a Workflow
Last week I wrote about an open source project for WCF activities for Windows Workflow Foundat...
Create Business Logic Layer and Data Access Layer for Web Service using Web Service Software Factory
A deeper look into the code generated by the Data Access Guidance Package of the Web Service S...
I'm a mean one, I'm the Grinch ... by using Amazon Web Services
With the aid of Amazon.com web services, Clint Rutkas created a program that will guess what y...
Publish, Discover and Invoke Web Services using SOAP and UDDI
Introduction The project contains code that allows to Describe, Discover and Invoke a web serv...
Using SQL Server 2005 Web Services with InfoPath
Here’s your problem: You want to use a stored procedure in a database to access your data thro...
Avoid writing boring code using the Web Service Factory
One thing about the ongoing releases of the Web Service Factory (WSF) that I think may have es...
