Name
soap_sdl — Generate SDL document for a PL module and return it as a varchar.
Synopsis
soap_sdl
(
|
in module_name varchar , |
in
URL
varchar
) ; |
Description
This function generates a SDL for the procedures in a PL module the same way as /SOAP/services.xml 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 is the current VSP path if in VSP context. Otherwise error). The URL to include in the SDL file
Return Types
Returns the SDL document describing the module as an varchar value.