[DUG] web service

Leigh Wanstead leighw at softtech.co.nz
Wed Sep 14 12:47:07 NZST 2005


Hello everyone,

I use THTTPRIO and here is the test code.

var
  varHTTPRIO: THTTPRIO;
begin
  varHTTPRIO := THTTPRIO.Create(nil);
  try
    varHTTPRIO.URL := 'http://localhost/Service';
    (varHTTPRIO as ServiceWS).hello('');
  finally
    FreeAndNil(varHTTPRIO);
  end;
end;

May I ask how to supply user name and password without bring Windows login
dialog?

TIA

Regards
Leigh




More information about the Delphi mailing list