Name

soap_wsdl — Generate WSDL document for a PL module and return it as a varchar.

Synopsis

varchar soap_wsdl ( in module_name varchar ,
in URL varchar );

Description

This function generates WSDL for the procedures in a PL module the same way as /SOAP/services.wsdl is generated for the procedures in WS.SOAP.

Parameters

module

Required. The name of the module to describe. This can be partial name.

URL

Optional(default the current VSP path if in VSP context. Otherwise error). The URL to include in the WSDL file

Return Types

Returns the WSDL document describing the module as an varchar value.