[progress Communities] [progress Openedge Abl] Forum Post: Re: Problem With Ihttpresponse...

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
They’re not sending a Content-Type header back, so the HttpClient cannot know what to transform to. Given that we say /* populate the entity if there's content (signalled by content-type) */ if poResponse:ContentType ne '' :u then ExtractEntity(poResponse, oMessageBody). This explains why you’re not seeing a body. I’ve logged PSC00351636 (ABLSocketLibrary should check for ContentType hdr then extant body) for this. If you’d like to be associated with it, please contact Tech Support. HTTP/1.1 200 OK Cache-Control: private, max-age=0 Server: Microsoft-IIS/7.5 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Tue, 01 Nov 2016 16:03:11 GMT Content-Length: 254 OK Edit 4598 testshop.dacapo.com/punchoutorder.aspx

Continue reading...
 
Status
Not open for further replies.
Back
Top