am not sure whether to post this.I am in trouble and desperately
need some help.
Here's the issue.
I have enabled the REST services in shindig in container.js file.
"impl" : "rest", //Use "rpc" to enable JSON-RPC, "rest' for REST
If it's rpc it works well.
When i change it to rest .I got the below errors.
500 Internal Server Error - Internal Server Error
Invalid or unknown service endpoint: jsonBatch?
st=WW5vd2VFcHVXVGxOVTFwb1VGUk5iVnBFTVd0YVYxcG9aRmQ0TU
VwdVZUbGhTRkl3WTBOVmVVNVVUa0pLVkVreFRXdFpiRTFxVlhsU2JYaDJXVEpHYzJGSE9YcGtRMVY1VGxSS1Ixb3lSbXRhTWxZd1
ZUSkdkR05IZUd4amVWVjVUbFJLUjJOSE9YcGtSVVpxWkVkc01tRllValZNYm1oMFlrTmFkRkJVUVcxa1JEQjRUV3BOTkU1NlRYcFBSR2MwT0VuOExiRERzV0w4NXFNMm5VUSUyRjYlMkJKNmtaUSUzRA
%3D%3D
Debug backtrace:
#0 D:\Program Files\xampp\htdocs\35AG07\shindigFinal\php\src\social
\service\RestRequestItem.php(42):
RestRequestItem->setPostData('{"viewer":{"url...')
#1 D:\Program Files\xampp\htdocs\35AG07\shindigFinal\php\src\social
\servlet\DataServiceServlet.php(117
): RestRequestItem::createWithRequest(Array, Object
(BasicSecurityToken), Object(InputJsonConverter),
Object(OutputJsonConverter))
#2 D:\Program Files\xampp\htdocs\35AG07\shindigFinal\php\src\social
\servlet\DataServiceServlet.php(58
): DataServiceServlet->handleSingleRequest(Object(BasicSecurityToken),
Object(InputJsonConverter), Object
(OutputJsonConverter))
#3 D:\Program Files\xampp\htdocs\35AG07\shindigFinal\php\index.php
(118): DataServiceServlet->doPost(
)
#4 {main}
Could some body help me