OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersBriefcaseEx1717(Last) -- DAVWikiAdmin? , 2017-06-13 06:05:22 Edit WebDAV System Administrator 2017-06-13 06:05:22

    Example Usage of ODS Briefcase Controller for Create New Property Or Update Existing Property

    $ curl -i "http://demo.openlinksw.com/ods/api/briefcase.property.set?path=/DAV/home/demo/tmp1/&name=test&value=1&user_name=de
    mo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh"
    HTTP/1.1 200 OK
    Server: Virtuoso/06.02.3129 (Solaris) x86_64-pc-solaris2.10-64  VDB
    Connection: Keep-Alive
    Date: Tue, 10 May 2011 12:42:46 GMT
    Accept-Ranges: bytes
    Content-Type: text/xml; charset="UTF-8"
    Content-Length: 57
    
    <result>
      <code>1</code>
      <message>Success</message>
    </result>