ScriptDoc[(Type=String)]: Object
ScriptDoc returns a set of the Data Objects, Report and Functions available as endpoints. Use the Type parameter to return only Data Objects, Report or Functions. This can be used with the PlayScript Function.
All MaxBasic functions can be compiled by the PlayScript function. ScriptDoc lists the functions available to the web service. Functions listed in the ScriptDoc output as 'Not supported by Web Service' can be compiled, but will not be executed.
ScriptDoc function syntax has these named arguments:
Parameter |
Description |
Type |
Optional. The Type to return. Select from:
|
See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:
Response = MakeCall("scriptdoc(type='Functions')")