How to pass windows authentication parameters in outbound SOAP message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 04:20 AM
We have a .net webservice in our internal environment ( It is hosted on windows IIS server) . We want to communicate with this webservice through service-now.
This webservice use windows authentication mechanism for access.
I am sending a soap message without credential (http://wiki.servicenow.com/index.php?title=Scripting_Outbound_SOAP#gsc.tab=0).Because I dont know where should I pass NTLM authentication. I am getting the below error in response.
"401 - Unauthorized: Access is denied due to invalid credentials."
We want to send credentials for NTLM authentication. How can we send it.
Similar question has been asked in user forum but solution is not available.
https://community.servicenow.com/thread/160640
I can not find anything related to windows authentication in api document
If you need more information then please let me know .
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2016 02:09 AM
Hi Rajeev,
Did you manage to resolve the issue. I'm also getting same error.
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
<h2>401 - Unauthorized: Access is denied due to invalid credentials.</h2>
<h3>You do not have permission to view this directory or page using the credentials that you supplied.</h3>
</fieldset></div>
</div>
</body>
</html>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 01:52 AM
Hi Rajeev,
Were you able to resolve this? I am facing a similar issue, and cant find any related information for the same.
Thanks,
Neha G