Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

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