Forum Discussion

ctlarson's avatar
ctlarson
New Contributor II
7 years ago
Solved

API that catches HTTP Post encoded in CXML

I am trying to build an API endpoint that can catch an HTTP Post that is encoded in XML. The error I am getting is:Document input views only accept JSON-encoded data. I understand that there are sn...