Unable to read a single entity using RetilProxy methods #304
Unanswered
shahbazchishty
asked this question in
Q&A
Replies: 1 comment
-
I've also tried creating a Binded controller but still got the same error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have a custom method at CSU using which we wish to return a single response object in response. We are able to return proper data in response but still Retail Proxy is not able to identify it as JSON object.
We are getting error "InvalidOperationException: The response payload is a not a valid response payload. Please make sure that the top level element is a valid Atom or JSON element or belongs to 'http://docs.oasis-open.org/odata/ns/data' namespace."
It is able to convert if I call any standard methods like GetCustomer but it is not working for our custom CommerceEntity
Beta Was this translation helpful? Give feedback.
All reactions