Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create a static WSDL script include

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 All > System UI > Script 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.

  6. Static WSDL script include example
    This example demonstrates the FakeStockValue script include that implements much of the static WSDL behavior.

Parent Topic:Create a scripted SOAP web service using a static WSDL