views:

19

answers:

1

Has anyone had experience canceling a workflow via webservices? Is it possible?

+1  A: 

If you write the web service yourself, it can do anything you want.

Here is a code example for cancelling workflow: http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/e5fc79f8-ca3a-421a-ab8a-78fcb3365b46

Edit

There is a workflow.asmx, but it looks like it has a startworkflow but not a stop

http://msdn.microsoft.com/en-us/library/bb862916(office.12).aspx

Shiraz Bhaiji
Very true, but I was thinking more along the lines of "out-of-the-box functionality
cyrix86
I don't believe this is possible using out of the box webservices. Shiraz seems to have the best option.
Kit Menke
Ok I guess a custom ws will be the way to go
cyrix86