---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Scripting outbound SOAP

# Scripting outbound SOAP {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can send outbound SOAP requests from any
place in the ServiceNow AI Platform where
scripting is allowed.
For detailed API information about the server-side SOAPMessageV2 and SOAPResponseV2 APIs,
see the API documentation on [developer.servicenow.com](https://developer.servicenow.com/app.do#!/home). For additional tips and best
practices, see the [Outbound REST Web Services RESTMessageV2 and SOAPMessageV2
execute() vs executeAsync() Best Practices \[KB0694711\]](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0694711) article in the Now Support Knowledge Base.
* **[Preview a SOAP message script](https://servicenow-prod.fluidtopics.net/BnzdT6SFZm16H3Xh6CQtBw)**   
  Generate a sample script to send the SOAP message.
* **[Direct SOAPMessageV2 example](https://servicenow-prod.fluidtopics.net/GDOzi50kbKe_iMD9TE0q7g)**   
  You can send an outbound SOAP message directly to the endpoint.
* **[Asynchronous SOAPMessageV2 example](https://servicenow-prod.fluidtopics.net/ijgghkdGePOLpEHuw6d9jA)**   
  You can send an outbound SOAP message asynchronously.
* **[SOAPMessageV2 MID server example](https://servicenow-prod.fluidtopics.net/kvnMJLMeAwNBc_~f6K50iQ)**   
  You can send an outbound SOAP message through a MID Server.
* **[Recordless SOAPMessageV2 example](https://servicenow-prod.fluidtopics.net/~ihUBYTsKJTzJjJ5vUzQPg)**   
  You can use the SOAPMessageV2() constructor with no parameters to define a SOAP message entirely in the script.

