SOAP message credentials
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2025 09:51 AM
Hello, what is the best way to use base auth credentials from SOAP message in the SOAP function ? In the SOAP function i have defined whole envelope with security header where i have to pass credentials.
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 05:45 AM
create a user in ServiceNow, for example "soap_integration", give it a password and use these credentials to that SOAP message, I guess you use SOAP UI for it?
Also, the user in ServiceNow needs to have permission to write to the target table.
Last time I was setting this for REST message, but I believe it is more or less the same, differing only XML x JSON..