funcName Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Specifies the name of a remote function exposed by a Web Service.

Syntax

HTML N/A
Scripting [ objCallfuncName = ] objCall.funcName

Possible Values

objCall An instance of the call object.
funcName A String defining the name of the remote function that is called by the WebService behavior.

The property is read/write. The property has no default value.

Remarks

When you use callService to invoke a remote method on a Web Service, a call object can be passed, instead of a String representing the name of the remote function. If the call object is used, then the funcName property must be specified.

For this property to be applied to a remote method invocation, the call object must be passed as the fo parameter of the callService method.

For more information and sample code illustrating the use of this property, see the call object.

Applies To

call, WebService

See Also

async, callService, password, portName, SOAPHeader, timeout, userName