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
Navigate to All > System UI > Script Includes.
Click New.
Enter a Name for the script include that matches the name of the static WSDL, such as FakeStockValue.
Enter the script include code in the Script field.
Click Submit.
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