hi,
As am using the default rest webservice for creating thread using following URL
POST http://domain:port/rpc/rest/forumService/threads
<createThread>
<subject>xs:string</subject>
<body>xs:string</body>
<communityID>xs:long</communityID>
<userID>xs:long</userID>
</createThread>
and its working fine,,,,
recently we migrated to JIVE6 and the above webservice is not working....
and i have gone through jive rest api. I found /contents as URL and input as JSON and i tried to create content using restclient addon on firefox...am getting UNSUPPORTEDMEDIATYPE as error..
please help me out..whether i can use the webservice of previous jive version or how to use the present JIVE6 webservices..
Regards,
Kumar.