OpenLink DataSpaces

  • Topic
  • Discussion
  • ODS.VirtuosoOdsControllersAddressbookEx5(Last) -- DAVWikiAdmin? , 2017-06-13 06:04:34 Edit WebDAV System Administrator 2017-06-13 06:04:34

    Example Usage of ODS Addressbook Controller for Import contact(s)

    curl -i "http://demo.openlinksw.com/ods/api/addressbook.import?inst_id=15&source=http://www.openlinksw.com/dataspace/person
    /kidehen@openlinksw.com/about.rdf&contentType=foaf&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: Thu, 19 May 2011 12:37:01 GMT
    Accept-Ranges: bytes
    Content-Type: text/xml; charset="UTF-8"
    Content-Length: 57
    
    <result>
      <code>1</code>
      <message>Success</message>
    </result>
    

    Related