Webservice Authentication Delphi XE5

1

I used WSDL importer to import WSDL of webservice , but I'm having difficulty authenticating the query, when importing user and password, to WSDL importer , and also tried to inform the user and password in the method GetWebservice , for HTTRIO , something like:

RIO.HTTPWebNode.UserName := 'user'
RIO.HTTPWebNode.Password := 'pass'

But I always get the error:

  

exception class ERemotableException with message 'Error Authentication   WS '.

The url is this link , as I've never worked with webservices I'm having a bit of difficulty setting up or using authentication.

Thank you.

    
asked by anonymous 10.06.2015 / 18:39

0 answers