OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersAddressbookEx21(1.1) -- DAVWikiAdmin? , 2017-06-13 06:01:25 Edit WebDAV System Administrator 2017-06-13 06:01:25

    Example Usage of ODS Addressbook Controller for Edit subscription details

    $ curl -i "http://demo.openlinksw.com/ods/api/addressbook.subscription.edit?subscription_id=4&name=test_subscr2&source=http:/
    /demo.openlinksw.com/DAV/home/demo/mycontacts2.txt&user_name=demo&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: Wed, 18 May 2011 15:14:32 GMT
    Accept-Ranges: bytes
    Content-Type: text/xml; charset="UTF-8"
    Content-Length: 57
    
    <result>
      <code>4</code>
      <message>Success</message>
    </result>
    

    Related