StateMachine Web Service
Does anyone have any examples of a state machine wrapped in a web service? The Presenting WWF book briefly touches on the subject but doesn't give any substance.
Does anyone have any examples of a state machine wrapped in a web service? The Presenting WWF book briefly touches on the subject but doesn't give any substance.
But there isn't much to making one. Have a WebServiceReceive as the first activity inside of one of your states, and the right-click on the project node and select "Publish as Web Service".
I'll post one on my blog later today.
http://www.masteringbiztalk.com/
Jon Flanders wrote:
That's mostly because the state machine chapter comes after the Web Service chapter ;-). But there isn't much to making one. Have a WebServiceReceive as the first activity inside of one of your states, and the right-click on the project node and select "Publish as Web Service".
I'll post one on my blog later today.
http://www.masteringbiztalk.com/
Hi Jon, were you able to create a sample project?
thanks...