Question
Resources["ContentLoaderFunctions"].PostXML status 204 NullPointerException
Hi,
I need to call a REST webservice what response with status 204. If I test my thing's service what is calling the remote API the Resources["ContentLoaderFunctions"].PostXML causes Wrapped java.lang.NullPointerException Cause: null
Is this because the response must not include content when status 204 is returned whilst PostXML expects content? Is there any workaround?
Best regards
Christian

