fgl_ws_server_setFault() (version 1.3)

Purpose

This function can be called in a published Web-Function in order to return a SOAP fault string to the client at the end of the function's execution.

Syntax

FUNCTION fgl_ws_server_setFault(faultMessage VARCHAR)

Parameters

Return values

Example

 CALL fgl_ws_server_setFault(
    "The server is not able to manage this request.")