Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

SOAP message credentials

emines
Tera Contributor

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

Not applicable

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..