S
Samuel ETTERLEN
Guest
Hi There, I'm Trying to call a WebServices like this: oRequest = RequestBuilder
ost(substitute("&1/Kinetic.Services.StreamService.svc",cWindreamServerAdresse), oRequestBody) :ContentType ('text/xml;charset=UTF-8') :AddHeader ('SOAPAction', ' services.kinetic.ch/.../DownloadFile') :AddHeader ('Accept-Encoding', 'gzip,deflate') :AddHeader ('Connection', 'Keep-Alive') :Request. When I take a look to the HTTP-Stream, I see that the ContentType value is set to "text/xml; charset=ISO-8859-1" instead of "text/xml; charset=UTF-8". If I change my code to : ContentType ('text/html;charset=UTF-8') , then the ContentType in the HTTP-Stream is set to the good value. Did somebody already experience this case ? Have somebody a workaround ?
Continue reading...
Continue reading...