I have sharepoint site on microsoft sharepoint2010.
Now i have to create a WP7 application using which i can approve and reject the the tasks from mobile.
i have created a task with approval workflow.
I have used Lists.asmx(webservice of sharepoint) to display list of tasks assigned to person and is working fine with my mobile application, but unable to find how to approve and reject tasks.
Any help appreciated…
See my answer to this question Approve a SharePoint workflow task using SharePoint Web Services / Object Model
In order to use this code you need to reference Microsoft.SharePoint dll, however I am not sure if this is possible on a WP7 device.