My customer is having an issue with HttpClient Timeout. PB 2019-R3 I think.
He set Timeout to an hour because some web services he is calling take a long time. If the web service aborts, the client continues until the timeout has expired before presenting an error message.
He is using PostDataStart, PostData, PostDataEnd to run the web service.
Does this sound like normal behavior? Should we code anything differently? Is it a PB bug?