Is it possible to calling OData4 service with post request containing xml body?

123 views Asked by At

I have an xml body and I want to invoke the "odata" web server by sending a post request. But when I edit the content-type with application/xml or application/atom+xml, I get the error message "invalid json type for an entity". Is it possible to post xml to call OData v4 endpoint?

0

There are 0 answers