GrooveFilesBase64 Web Service
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
The GrooveFilesBase64 service provides access to Groove Files tools and SharePoint Files tools. It allows you to create, read, update, and delete files and folders. You can also listen to events in the Files tool. This service uses Base64 text encoding for transferring files.
XML Definitions
WSDL
GrooveFilesBase64.wsdl 2.0
with references to:
Core.xsd 2.0
Events.xsd 2.0
FilesBase64.xsd 2.0
SOAP Operation Namespace
http://webservices.groove.net/Groove/2.0/FilesBase64/
HTTP Post URL
http://localhost:port-number/GWS/Groove/2.0/ FilesBase64/service-specific-data
Operations, Complex Types, and Events
The following sections describe the GrooveFilesBase64 operations, complex types, and events.
Operations
Operation |
Description |
---|---|
Creates a file or folder with the specified descriptor and contents. |
|
Deletes the targeted file or folder. |
|
Downloads the targeted file or the files in the targeted folder. |
|
Exports a file or folder from a Files tool to the specified folder in the Microsoft Windows® file system. Optionally copies all contained folders recursively. |
|
Imports a file or folder from the Windows file system to a folder in a Files tool. Optionally copies all contained folders recursively. |
|
Read the files and directories stored in the Files tool or in the targeted folder. |
|
Reads the contents of the targeted file. |
|
In a SharePoint Files tool only, provides the initial configuration for the tool. |
|
Updates the targeted file's contents and name or the targeted folder's name and download settings. |
|
Marks the targeted file or folder as read or unread. |
Complex Types
Complex type |
Description |
---|---|
Contains the metadata associated with the file. |
|
Contains the information needed to initialize a SharePoint Files tool. |
Events
Event class URN |
Event |
Description |
---|---|---|
urn:groove-net:Files2Event |
Indicates that a file or folder was added to the Files tool. |
|
|
Indicates that a file or folder was deleted from the Files tool. |
|
Indicates that a file is in the process of being downloaded in the Files tool. |
||
Indicates that a file was moved in the Files tool. |
||
Indicates that a file or folder was renamed in the Files tool. |
||
Indicates that a file was updated in the Files tool. |