---
sourceDocument: Yokohama API Reference
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/api-reference

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Create a static WSDL script include

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

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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

## Before you begin

Role required: script_include_admin or admin

## About this task

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

## Procedure

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://www.servicenow.com/docs/3xASBhAs2~bQVDKfdo4Arg)**   
  This example demonstrates the FakeStockValue script include that implements much of the static WSDL behavior.

*[\>]: and then


