Virtuoso Open-Source Edition

VOS.ODSBookmarkManagerProgrammersGuideWebServices

  • Topic
  • Discussion
  • VOS.ODSBookmarkManagerProgrammersGuideWebServices(Last) -- Owiki? , 2018-04-19 06:21:22 Edit owiki 2018-04-19 06:21:22

    ODS Bookmark Manager Services

    SIOC predicates are added for the new services at:

    http://[host][port]/dataspace/services/bookmark
    

    ODS Bookmark Manager Services UI Endpoint

    ODS Bookmark Manager Services UI endpoint:

    http://host:port/dataspace/services/bookmark/services.vsmx
    

    ODS Bookmark Manager Services wsdl endpoint:

    http://host:port/dataspace/services/bookmark/services.wsdl
    

    The services are:

    • bookmark_import
    • bookmark_export
    • bookmark_update

    bookmark_import

    Parameters:
    • pUser - user name, Ex. 'dav'
    • pPassword - user password, Ex. 'dav'
    • pInstance - instance name, Ex. 'dav's Bookmark
    • pSource - string content, webDAV path ('/DAV/home/dav/test.xbel'), URL
    • pSourceType - values are 'string', 'WebDAV', 'URL'
    • pTags - 'test'

    bookmark_export

    Parameters:
    • pUser - user name, Ex. 'dav'
    • pPassword - user password, Ex. 'dav'
    • pInstance - instance name, Ex. 'dav's Bookmark
    • pContentType- content type of the export - 'Netscape', 'XBEL'

    bookmark_update

    Parameters:
    • pUser - user name, Ex. 'dav'
    • pPassword - user password, Ex. 'dav'
    • pInstance - instance name, Ex. 'dav's Bookmark
    • pBookmarkUri - bookmark uri, Ex. 'http://google.com'. If this uri exitst -> update, else -> insert
    • pBookmarkName - bookmark name, Ex. 'Google'
    • pBookmarkDescription - bookmark name, Ex. 'Google'
    • pBookmarkFolderPath - folder path, Ex. '/Search Engines'

    Tagcloud

    Category ODS Category OpenSource CategoryODSBookmarks