I am trying to call a SOAP web service using SOAP request activity. Every time I get 404 (not authorized) error. I have tried supplying username and password using Simple authentication method.
I checked in fiddler, UIPath is not sending Authorization: Basic header.
I have tried with SOAP UI and Powershell. All are working fine by supplying credentials.
Please let me know know to add Authorization header to a Web Service call in UIPath.