Forum Discussion
Hi,
Thank you for your post. Info about NTLM authorization should be added on the Auth tab: https://support.smartbear.com/readyapi/docs/projects/requests/auth/types/ntlm.html
Also, check the "Authenticate preemptively" option under SoapUI (Ready! API) Preferences: https://www.screencast.com/t/cLBhn0aGHHt.
<soapenv:Header><wsse:Security ... </soapenv:Header> is related to WS-Security: https://support.smartbear.com/readyapi/docs/projects/requests/ws/wss/about.html
If you face some issues, it would be great if you can provide us with screenshots of your settings.
Hi,
Thanks for the reply..
I have already configured the username, password and Domain in the Auth Tab.
I have checked "Authenticate preemptively" option under SoapUI (Ready! API) Preferences
Unfortunately the authentication is going in the soap header but my application does not worry about soapheader instead it expects Authorization in the Request header as given in the original post.
Can we add Negotiate token in the Request header for NTLM auth?
Thanks,
Chandra
- Nastya_Khovrina8 years agoSmartBear Alumni (Retired)
Hi,
See this article on how to setup your request to use NTLM v2: http://www.soapui.org/SOAP-and-WSDL/authenticating-soap-requests.html
If you are authenticating NTLM, make sure to note the following in your configurations:
- File > Preferences > HTTP Settings tab > uncheck Authenticate Preemptively preference
- for NTLM v2 provide your username as "DOMAIN\USERNAME" or at least as "\USERNAME"
If you have a license for SoapUI, I recommend that you install the latest version of Ready! API which is 2.0.0 https://support.smartbear.com/downloads/readyapi/ and try to test there.
If you still have issues, please open a new support case here: https://support.smartbear.com/message/?prod=ReadyAPI and provide Support team with the following info:
- full raw request and response;
- error, http logs;
- screenshots of your settings (or your project file).
Related Content
- 6 years ago
- 5 years ago
- 4 years ago
- 5 years ago