Set WSS-Password Type as PasswordDigest in SOAP Outbound IntegrationIssue When trying to generate a WS-Security UsernameToken/PasswordDigest for Outgoing SOAP Calls the WSDL requires the password type to be 'PassWordDigest'. Using the SOAPMessageV2(), error 500 is being thrown from oasis-open.orgResolutionTo solve this, add ${securityHeader} parameter to the SOAP message (so that s.setXMLParameter() would do the payload substitution) and instead of using s.setXMLParameter(), use s.setStringParameterNoEscape('Header',header);Related Linkshttps://community.servicenow.com/community?id=community_question&sys_id=e16b8b21db9cdbc01dcaf3231f961969 https://docs.servicenow.com/csh?topicname=c_VariableSubstitution.html&version=latest