---
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 web service

# Outbound SOAP web service {#ariaid-title1}

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

The SOAP Message module can be used to develop, prototype, and save outbound SOAP
messages that can be reused in business rules and scripts.

You can use outbound SOAP messages in scripts using the
SOAPMessageV2 API and the
SOAPResponseV2 API. Examples
detailing how to script
outbound SOAP are available.
* **[Outbound SOAP video tutorial](https://servicenow-prod.fluidtopics.net/L8ZSfJW5yYuJ3RFWz0qhQA)**   
  The following video tutorial demonstrates how to configure outbound SOAP web service messages to consume third-party web services from an instance.
* **[SOAP message](https://servicenow-prod.fluidtopics.net/rxjuSYSOPgMkVctcyU578Q)**   
  Information needed to send SOAP requests is stored in SOAP message records.
* **[Connectivity details](https://servicenow-prod.fluidtopics.net/4IkuYbBVUbQvPHwRhqxjtg)**   
  For SOAP requests initiated from your ServiceNow instance to be able to successfully communicate with the web service provider inside a remote network, the ServiceNow instance must have HTTP or HTTPS access to the SOAP endpoint at the provider.
* **[Outbound SOAP security](https://servicenow-prod.fluidtopics.net/c206JiSXTbok04mNIGQmqQ)**   
  You can authenticate outbound SOAP messages using several different security protocols.
* **[Configure SOAP with a proxy](https://servicenow-prod.fluidtopics.net/YXir_olcDF3HhZfF9Q1eWg)**   
  Certain properties provide support for SOAP requests to use a web proxy server.
* **[Scripting outbound SOAP](https://servicenow-prod.fluidtopics.net/Mg~9WyjeUBvbeG_cCde9Tw)**   
  You can send outbound SOAP requests from any place in the ServiceNow AI Platform where scripting is allowed.

