OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Accessing Application/xml data stored in Odata? #87

Open Miail opened 5 years ago

Miail commented 5 years ago

I am currently using the AX2012 odata query service, and can see that your example only provide an example in which you have a container type defined in the extracted data, but what if that is not the case, as in here.. In which i only have a content type="application/xml" and no container type defined.. How do i GET my data here, or store it to a variable.