postUrl needs to support XML REST Services
I have an urgent need to interface an application in ZOHO Creator to an online bookkeeping system which supports REST based web services. I was a little surprised to see that the postUrl function only supports maps (key->value) pairs and not the ability to specify an XML body in the POST request.
When is this going to be changed? Is there any chance that we can have a special key "data" that simply uses the value in the body. This would allow for backward compatibility in the function call and at the same time allow for interfacing to external web services.
~jono