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


---

# SOAP message functions

# SOAP message functions {#ariaid-title1}

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

After you create a SOAP message record, you can click Generate sample SOAP messages to populate the SOAP Message Functions related
list.

The instance creates these functions by reading the supplied WSDL definition.  
Abbildung : 1. Soap message function

The SOAP action, SOAP endpoint, and
Envelope fields should be populated automatically based on the WSDL
definition. The Envelope defines the message to send to the endpoint. In
this example, the Envelope values have this format:  

    ...
    <!-- optional --><short_description xsi:type="xsd:string">String</short_description>
    ...

To submit a specific value, enter the value directly in the appropriate XML tag. In this
example, to set the Short description for a record, enter:  

    ...
    <short_description xsi:type="xsd:string">This is the short description</short_description>
    ...


