ashish created OLINGO-1082:
------------------------------
Summary: While Inserting New Entity Getting BAD REQUEST as
response from ODATA Service
Key: OLINGO-1082
URL: https://issues.apache.org/jira/browse/OLINGO-1082
Project: Olingo
Issue Type: Question
Components: odata2-core
Affects Versions: V2 2.0.6
Reporter: ashish
Priority: Blocker
Hello,
Currently we are facing issue in Creation where we are passing the Body as {}
.In the Emd Provider(Model) we have 3 property like :
Name,Address,Age where none of these are mandatory elements.
Expected : I am expecting if i am passing {} body then Create service should
create Name,Address,Age as null value.
Actual: It is throwing exception as "malformedJsonException".
is it mandatory to pass at least one element in the body like
{
"Name" : ""
}
to create the data via create service.
Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)