Forum Discussion
Matroskin
14 years agoOccasional Contributor
thanks for your answer.
when i posted message about error, tried to execute this script:
procedure RequestTest;
var i:olevariant;
begin
try
i:= Sys.OleObject('MSXML2.XMLHTTP');
i.open('GET', '192.168.0.106/Some.Service/action.aspx?src=someSourse&dest=someDest&message=someMessage', True);
delay(5000);
Log.Event(i.readyState);
except
Log.Error('Exception', ExceptionMessage)
end;
end;
at string, which contains " i.open('GET', '192.16.." i got an error. you proposed me almost same code, excluding minor parameters. right now
this function
is written , but with making request by telnet. i hope is temprorary )
Related Content
- 10 years ago
- 5 years ago
- 4 years ago
Recent Discussions
- 13 hours ago
- 7 days ago
- 10 days ago