Hi,
I wanted to create a small xsodata service for an entity with an attribute "POINT", which happens to be of the data type "ST_POINT" respectively "hana.ST_POINT". When I try to activate the service in eclipse I get the following error: Unsupported data type "ST_POINT" in "...", column "POINT".
Can you tell me what I have to do or what I have done wrong?
The Service looks like this example:
service {
"mySchema"."myTable" as "MyTable";
}
Best regards
Juergen