WebMethodName - cWebObject

Converts the message handle of a web method into a string

Type: Function

Return Data Type: String

Parameters: Handle hMessage

ParameterDescription
hMessageThe message handle


Return Value

An error if the message is not published and returns an empty String.


Syntax
Function WebMethodName Handle hMessage Returns String

Call: Get WebMethodName hMessage to StringVariable


Description

Converts the message handle of a web method into a string.

Use the WebPublishProcedure and WebPublishFunction commands to publish the message.