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.
MIT License
207 stars 62 forks source link

GetToDosForItem works only for first task in workflow #83

Open gabrielcossette opened 4 years ago

gabrielcossette commented 4 years ago

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!