Insert Information into OpenText Core Content
The connector's insert
fetch action inserts information into OpenText Core Content.
To use the insert
action, you must construct some XML that specifies how and where to add the item, and the information to insert. You must add the XML to the action as the value of the insertXML
action parameter.
The XML contained in the insertXml
parameter must be URL encoded before being used in the action command. For example:
http://host:port/action=Fetch&FetchAction=Insert &ConfigSection=MyTask &InsertXML=[URL encoded XML]
For more information about the insert
fetch action, see Insert.