I'm facing "This request requires HTTP authentication ()"

Fathah
Giga Contributor

Hi All,

I'm facing "This request requires HTTP authentication ()" these error while calling the SOAP Message.

Given these properties are checked.
1. Require authorization for incoming RSS requests.
2. Require authorization for incoming SOAP requests
3. Require authorization for incoming WSDL requests.
4. Enforce strict security on incoming SOAP requests. Checking this requires incoming SOAP requests to go through the security manager for table and field access, as well as checking SOAP users for the correct roles for using the web service.
Let me know, If i missed anything.

Suppose if i unchecked these Properties "Require authorization for incoming SOAP requests." am able to insert/update/delete in the table via soap message.

We need these property "Require authorization for incoming SOAP requests.". I guess Without this property, security should not be complete.

Am happy to receive many suggestions 🙂

6 REPLIES 6

adiddigi
Tera Guru

What is the tool you are using to do a SOAP call? If its SOAPUI, then there will be an option to enable basic authentication for WSDL and SOAP, without which you will keep getting these errors.


Fathah
Giga Contributor

Thanks for your reply.
Am not using any tool. I just used soap message inbuilt functionality in service now.


In SOAP message, are you setting the BASIC Authentication as shown in the one.png ? And then once you go inside a method, are you checking the basic auth checkbox as shown in the two.png?


Fathah
Giga Contributor

Yes, i checked the both. using my credential having all soap roles.