I am using Olingo 4.2 java library to call my OData services. I am making and odata GET call and have a special character in my parameter like www.example.com/service/People('abc}def{ghi').When i encode and make an OData call using Olingo client, I get an error--
Geographyis not an instantiable type. An entity can declare a property to be of type Geometry. An instance of an entity MUST NOT have a value of type Geometry. Each value MUST be of some subtype.
It works fine when I execute it from browser. I cannot avoid having {}(curly brackets) in the primary key. Does anyone know how to fix this?