[DUG] web service
Leigh Wanstead
leighw at softtech.co.nz
Wed Sep 14 13:05:26 NZST 2005
Hi James,
No
Invalid url
Regards
Leigh
-----Original Message-----
From: James Sugrue [mailto:jamessugrue at xtra.co.nz]
Sent: Wednesday, 14 September 2005 12:59 p.m.
To: leighw at softtech.co.nz; 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] web service
Does the
username:password at http://localhost/Service
notation work ?
-----Original Message-----
From: delphi-bounces at ns3.123.co.nz [mailto:delphi-bounces at ns3.123.co.nz] On
Behalf Of Leigh Wanstead
Sent: Wednesday, 14 September 2005 12:47 p.m.
To: delphi at ns3.123.co.nz
Subject: [DUG] web service
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
_______________________________________________
Delphi mailing list
Delphi at ns3.123.co.nz
http://ns3.123.co.nz/mailman/listinfo/delphi
More information about the Delphi
mailing list