Monday, April 4, 2011

Import / Export Livelink Objext in XML format


Use the following url to export objects from Livelink:

<Livelink CGI URL>?func=ll&objId=<objectid>&objAction=XMLExport&scope=sub&attributeinfo&nodeinfo&versioninfo=all&content=base64

To import 
it use the following url:

<Livelink CGI URL>?func=admin.xmlImport&filename=<path of the file>&objid=<parent container objid>

No comments:

Post a Comment