---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Outbound SOAP security

# Outbound SOAP security {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

You can authenticate outbound SOAP messages using several different security
protocols.

The security protocol you should use depends on the requirements of the web service provider.
Mutual authentication is supported for outbound web services.
* **[Enable basic authentication for outbound SOAP](https://servicenow-prod.fluidtopics.net/wJtasfEOLAmiIuTlemkZOA)**   
  If the endpoint requires a user name and password, you can provide credentials using basic authentication.
* **[Enable WS-Security for outbound SOAP](https://servicenow-prod.fluidtopics.net/20pekjPgA1g33YkLkERaow)**   
  You can sign outbound SOAP messages using username and password or a key store and trusted server certificate saved on the instance.

