sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetToDosForItem works only for first task in workflow

gabrielcossette opened this issue · comments

Hi,

On SP 2010 at least, GetToDosForItem works but only for the first task in a workflow.

On the 2nd task, we get this error:

soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.'ows_FormData' is a duplicate attribute name. Line 3, position 1984.

I'm using the code example from the doc.

Thanks!