ODS.ODSBriefcaseProgrammersGuideWebServices
Briefcase Programmers Guide WebServices
SOAP & WSDL & REST based
Purpose: Provide Briefcase resource browsing
ODS Briefcase Services UI Endpoint
The ODS Briefcase Services UI endpoint:
http://host:port/dataspace/services/briefcase/services.vsmx
The ODS Briefcase Services wsdl endpoint:
http://host:port/dataspace/services/briefcase/services.wsdl
Endpoint: http://host:port/dataspace/services/briefcase/services.wsdl
REST Requirements
- Browse the briefcase (GET to folder URI should give folder listing according to HTTP content negotiation.)
 - PUT resources (WebDAV/ODS session authentication)
 - POST changes to resource properties 
- Owner, Group Owner
 - Sharing (to whom)
 - UNIX-style Access flags
 - Data type/other metadata
 - Tags (through tags API , using the resource URI)
 - Annotation (through annotation API, using the resource URI)
 
 - DELETE with normal semantics
 - GET with content negotiation
 - BROWSE resource metadata with GET requests
 
Tagcloud
Category Briefcase Category ApplicationServices Category ProgrammersGuide Category WebService