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.