Error When Programmatically Starting a SharePoint Workflow

In testing the MOSS Workflow Web Service operations I’m adding to our jQuery Library for SharePoint Web Services, I was getting an error sometimes when I called the StartWorkflow operation: Exception from HRESULT: 0x8102009B Turns out this occurs if there is a prior instance of the same workflow which has terminated in an error, showing…

jQuery Library for SharePoint Web Services v0.2.10 Released

Unfortunately quickly followed by 0.2.10a to fix a quick bug.  But at least it was a quick fix, and driven by someone called mwhite01 trying to actually use SPDisplayRelatedInfo to solve a business requirement. In this release, the main new things are a new function called $().SPServices.SPDebugXMLHttpResult and a slew of new Web Service operations. …

jQuery Library for SharePoint Web Services v0.2.9 Released

Today we released v0.2.9 of our jQuery Library for SharePoint Web Services.  This release includes a new function suggested by pagalvin in this Discussion thread.  It’s somewhat limited in what it can do at the moment, but we wanted to get some feedback before adding more options to it.  The screenshot below shows how it…