Groove 2007: update to the Groove Web Helpers

Are you familiar with the Groove Web Helpers? They're designed to help you get the most from the Groove Web Services API. Though not officially "supported" they are available on CodePlex. the latest update to the Web Helpers is now available:

https://www.codeplex.com/GWSV12Helpers

This release:

  • Fixes the problem with the SharepointFilesTool class’s SetInitialConfiguration method. This method was calling the SetWSSProperties web service operation using the wrong posting URL.
  • Adds the GrooveSPFiles command line utility, which invokes the SharePoint Files Tool SetWSSProperties web service operation using the above class method and passes command line arguments to it, making it possible to demonstrate that the fix works.

Using this release, you can now set the initial configuration of a SharePoint Files Tool, from a client or a GDB, programmatically or from the command line.

GrooveSPFiles

        Sets properties on specified WSS Space

Parameters:

        /Tool= The Web Services URI for the Groove SharePoint Files tool

        /DocumentLibraryURL= The URL of the SharePoint Document Library

        /SynchronizerIdentity= The Web Services URI for the Synchronizer Groove identity

        [/Account= The Web Services URI for the Groove account]

        [/Identity= The Web Services URI for the Groove identity]

        [/RequestKey= Token used to communicate Groove host]

        [/Host= The remote Groove host name to issue commands to]

        [/Port= The remote Groove host port to issue commands to]

        [/Timeout= Timeout (in ms) for Web Services method execution]

        [/X= Configuration file to use for parameter input]

--BN

link to this article: https://blogs.technet.com/groove/archive/2007/12/14/groove-2007-update-to-the-groove-web-helpers.aspx