Test Rest service secured with Basic authentication sends valid acces return401 unauthorized respons
Hi,
I am new in using SOAP UI 5.3.0 and the requirement is to retrieve the data from secured web service, but I am getting a HTTP/1.1 401 unauthorized response as my response.
I am using REST Service. When I try the same thing in POSTMAN it works fine and I got JSON response.
The URL, headers, parameters (bec it's POST method) and Username and password (for authorization) are the same in POSTMAN as well as SOAP UI but I don't understand why I am getting a 401 response in SOAP UI.
Note that I have download POSTMAN as plugin into Chrome Browser and I have been enter the URL in the chrome and allow of using invalid certificate of my web service (Chrome warning message was as image attached below) and after I click to procced to unsafe, it's working fine in Postman
Can anyone please explain me why this is the case not work with soapui and how to fix it?
Your help is much appreciated.
Thanks,