A
Arno van der Ende
Guest
Thank you Matt. In fact the oHttpResponse:ContentType and oHttpResponse:GetHeader("Content-Type") did not contain the charset. However, when I set the charset to 'utf-8' in the request, the response does contain the 'charset=utf-8'. Also the Entity type is of WidgetHandle in that case. So thank you for the tip! This did the trick: oHttpRequest = RequestBuilder
ost(cUrl, oXmlRequestData):ContentType("application/xml; charset=utf-8"):AcceptXml():Request.
Continue reading...

Continue reading...