SOAPHeader Property

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

An Array of SOAP headers that overrides the default SOAP header generated by the WebService behavior.

Syntax

HTML N/A
Scripting [ SOAPHeader = ] objCall.SOAPHeader

Possible Values

objCall An instance of the call object.
SOAPHeader An Array of one of the following.
Strings
Each String contains a valid SOAP header.
Objects
Each Object contains a valid SOAP header.

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

Remarks

This is a property of the 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.

This property can be used if it is necessary to overwrite the default SOAP headers that are generated by the WebService behavior. For more information and sample code illustrating the use of this property, see call.

Applies To

call, WebService, result

See Also

async, funcName, password, portName, timeout, userName