userName Property

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

Specifies a user name for Web Services that require user authentication.

Syntax

HTML N/A
Scripting [ objCalluserName = ] objCall.userName

Possible Values

objCall An instance of the call object.
userName A String specifying a user name.

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

Remarks

This is a property of the call object. It is only required when you call remote methods on Web Services that require basic authentication. The userName property is case-sensitive and must correspond to the password property defined on the same call object.

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 that illustrates the use of this property, see the call object.

Applies To

call, WebService

See Also

async, callService, funcName, password, portName, SOAPHeader, timeout