Previous Topic

Next Topic

ScriptDoc - Web Service Function

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:

  • Functions
  • DataObjects
  • Reports

See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:

Response = MakeCall("scriptdoc(type='Functions')")

See Also

Company Web Service Actions and Functions

Book Contents

Book Index