I try to use consume one web service with Delphi 2010. This web service is on port 8000 with authentication.
I implement the
function TForm4.EncodeL
For Basic Authentication this should work:
Basic Authentication in Delphi 7 SOAP
As explained in this post, newer versions of Delphi also allow to use
HTTPRio.HTTPWebNode.UserName := Username; HTTPRio.HTTPWebNode.Password := Password;