SOAPHTTPTrans THTTPReqResp.Check(), "if error". , , . , , . , - , . , , , , WireShark, Fiddler SoapUI.
IMO, functions such as Check () should have an additional parameter for CallerLocation, so that instead of calling this: Check (not assigned (request), false); you would call it: Check (not assigned (request), False, "THTTPReqResp.SendGet"); and Check will add CallerLocation to the error message and you will find out (a lot) about what is happening.
source
share