Thanks for the reply Maksim.
This code change you suggested gives a syntax error 'Unexpected Identifier :'
I also tried changing it to urlParameters : [{"name1" : "value1"}, {"name2" : "value2"}]. Even though the syntax error goes away, there is no parameters in the back-end handler class of the odata service in the get_entityset method.
Am I doing something wrong?
- Charles