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


---

# Create a static WSDL script include

# Create a static WSDL script include {#ariaid-title1}

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

Create a script include to define the majority of the code used to process static
WSDL requests.

## Vorbereitungen

Role required: script_include_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

By implementing the majority of the custom functionality in a script include, you can reuse the script include in multiple areas.

## Prozedur

1. Navigate to AllSystem UIScript Includes.
2. Click New.
3. Enter a Name for the script include that matches the name of the static WSDL, such as FakeStockValue.
4. Enter the script include code in the Script field.
5. Click Submit.
* **[Static WSDL script include example](https://servicenow-prod.fluidtopics.net/~WU835hzWYNVDLzxpvA6~g)**   
  This example demonstrates the FakeStockValue script include that implements much of the static WSDL behavior.

