password Property

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

Specifies a password for Web Services that require user authentication.

Syntax

HTML N/A
Scripting [ objCallpassword = ] objCall.password

Possible Values

objCall An instance of the call object.
password A String specifying a password for the userName property.

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

Remarks

This is a property of the call object. This property is only required when you call remote methods on Web Services that require basic authentication. The password property is case-sensitive and must be the correct password for the userName 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, portName, SOAPHeader, timeout, userName