[progress Communities] [progress Openedge Abl] Forum Post: Ihttprequest Requestbuilder...

  • Thread starter Thread starter Samuel ETTERLEN
  • Start date Start date
Status
Not open for further replies.
S

Samuel ETTERLEN

Guest
Hi There, I'm Trying to call a WebServices like this: oRequest = RequestBuilder:Post(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...
 
Status
Not open for further replies.
Back
Top