After going through the UGC install guide I'm having trouble actually adding comments. I've got the datasource for the CMS pointing to the webservice:-
<DataSource>
<Key>1</Key>
<Match>^(ugc:|oe:|tcm:)+</Match>
<Url>http://project.ugc.service/odata.svc</Url>
<TimeOut>100000</TimeOut>
<Threshold>0</Threshold>
<RatingMinimum>-1</RatingMinimum>
<RatingMaximum>5</RatingMaximum>
<OAuthEnabled>false</OAuthEnabled>
<Locale>en-us</Locale>
<ClientId></ClientId>
<ClientSecret></ClientSecret>
<EventSystemClientId></EventSystemClientId>
<EventSystemClientSecret></EventSystemClientSecret>
<AccessTokenUrl></AccessTokenUrl>
</DataSource>
I've got the ODATA service returning data so that appears to be working.
I've got the Ambient Data Http module specified in the CD config.
<add type="Tridion.ContentDelivery.AmbientData.HttpModule" name="AmbientFrameworkModule" preCondition="managedHandler" />
But when I try to add a comment using the CMS I just get the message in the CMS GUI "Saving comment failed". Where should this log to as I can't see any logs that are relevant?
Any pointers much appreciated.
Thanks
John