- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 04:36 AM
Hello Friends,
I created one scripted web services with 2 parameters to create an incident in our demo instance but when we are trying to consume that WSDL in Outbound web services. System is throwing error:
Method failed: (/x_58872_needit_CreateIncidentBasnat.do) with code: 401 - Invalid username/password combo.
Please help me on this.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 03:16 PM
Please refer to below KB:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0725785
Please let us know if the KB resolves the issue.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 04:41 AM
Surely the error message should be an indication:
401 - Invalid username/password combo.
Have you verified the credentials for your profile are correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2017 04:55 AM
Hi Basant,
In addition to reviewing the username and password you should perhaps check the roles that the user has.
The user wil need SOAP roles so as to use SOAP.
Also needs the roles to create an incidnet record - you could log in as the specified user interactively and check there is a New button on the incidnet form
To use SOAP web services, you must have the appropriate role for the operation you want to perform.
Additionally, you must have any other roles required to access the target tables.
If the reply was informational, please like, mark as helpful or mark as correct!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2019 03:16 PM
Please refer to below KB:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0725785
Please let us know if the KB resolves the issue.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2024 12:24 AM
Hi @terrywang
I am getting the same issue and on referring the KB article , I am not getting solution as the roles mentioned in KB article are not present in ServiceNow. Can you please suggest what should I do as I am making a Rest API call from Servicenow via mid server and getting this Invalid username/password combo.