fgl_ws_server_publishFunction() (version 1.3)

Purpose

This function publishes the given BDL function as a Web-Function on the Web.

Syntax

FUNCTION fgl_ws_server_publishFunction(
  operationName VARCHAR,
  inputNamespace VARCHAR,
  inputRecordName VARCHAR,
  outputNamespace VARCHAR,
  outputRecord VARCHAR,
  functionName VARCHAR)

Parameters

Return values

Example

CALL fgl_ws_server_publishFunction(
 "MyWebOperation",
 "http://www.tempuri.org/webservices/","myfunction_input",
 "http://www.tempuri.org/webservices/","myfunction_output",
 "my_bdl_function")

Possible runtime errors