I'm facing "This request requires HTTP authentication ()"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 01:52 AM
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 🙂
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 05:36 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 06:32 AM
Thanks for your reply.
Am not using any tool. I just used soap message inbuilt functionality in service now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 08:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2013 08:12 AM
Yes, i checked the both. using my credential having all soap roles.