Hi all,
I'm working now with oData Service 2.0 ind web IDE, when i apply the request on my service it works but when i do the call with the read function it shows the following error:
..ERROR_INFO Unexpected error - see longtext for more informationoModel.read("/BRANCHSet?$filter=SolutionId eq '" + id + "'", {
success: function(oData, response) {
},
error: function(oError) {
}
});