%META:TOPICPARENT{name="VirtuosoBookmark"}%
---++Bookmark Programmers Guide Web Services
---+++ End point:
http://[host][port]/dataspace/services/bookmark/services.wsdl
---+++Services
---++++ bookmark_import
The input parameters for bookmark_import are:
* 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.vcf" or URL ("http://www.w3.org/People/Berners-Lee/")
* pSourceType - values are "string", "WebDAV", "URL"
* pTags - "test"
---++++ bookmark_export
The input parameters for bookmark_export are:
* pUser - user name, Ex. "dav"
* pPassword - user password, Ex. "dav"
* pInstance - instance name, Ex. "dav's Bookmark"
* pContentType - content type of the export - "Netscape" or "xbel"
---++++ bookmark_update
The input parameters for bookmark_update are:
* pUser - user name, Ex. "dav"
* pPassword - user password, Ex. "dav"
* pInstance - instance name, Ex. "dav's Bookmark"
* pBookmarkUri - bookmark's URL, Ex. "http://google.com"
* pBookmarkName - bookmark's name, Ex. "Google"
* pBookmarkDescription - bookmark's name, Ex. "Search engine"
* pBookmarkFolderPath - bookmark's folder, Ex. "/Search Engines"
More services are described [[VirtuosoOdsControllersBookmarks][here]].
CategoryBookmark CategoryODS CategoryVirtuoso