Closed SiriSch closed 8 years ago
You should test your XML Payload using a tool like cURL.
You should get the API to post to from the service config - GET https://
You should also know that the Dogear content is not equivalent to Community Bookmarks.http://www-01.ibm.com/support/knowledgecenter/SSYGQH_2.5.0/com.ibm.connections.25.help/r_api_common_bookmark_entry_content3.html
Use this format
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns:atom="http://www.w3.org/2005/Atom" xmlns:snx="http://www.ibm.com/xmlns/prod/sn" xmlns:thr="http://purl.org/syndication/thread/1.0">
<category term="bookmark" scheme="http://www.ibm.com/xmlns/prod/sn/type">
</category>
<title type="text">IBM Bookmark Test NEW</title>
<content type="text">IBM Description NEW</content>
<category term="ibm"/>
<category term="sbt"/>
<link href="http://www.ibm.com/"></link>
</entry>
Thanks, that helped!
Hey Paul,
I would like to create standalone bookmarks and bookmarks in communities programmatically.
To create a bookmark in a community I tried the following code:
Our host is censored.
My concatenated Contentstring is the following:
I get the following error:
I am definitely logged in and the ProfileService is instantiated properly, because creating a community works perfectly.
But could you say me what's wrong with this?
Best regards
Siri