Object Model FileUpEE FileCollection FileEE SoapEnvelope
SoapHeaders SoapHeaderElement Progress Object

The SoapHeaders Object

The SoapHeaders object represents the collection of headers sent in a SOAP request. To set a SoapHeaders object, use:

Set objFileUpEE = Server.CreateObject("SoftArtisans.FileUpEE")
Set objSoapHeaders = objFileUpEE.SoapEnvelope.Header

SoapHeaders Properties    SoapHeaders Methods
CountAdd
Item

SoapHeader Properties
Count
Syntax
objMimeParts.Count
Description

Returns the number of SoapHeaderElements in a SoapHeaders collection.

Count is a Read Only property.

Top

Item
Syntax
objSoapHeaders[.Item](Key)
Description

Item represents a single SoapHeaderElement in a SoapHeaders collection. Item is the default property of SoapHeaders , therefore, SoapHeaders(2) is equivalent to SoapHeaders.Item(2). Item numbers are 0-based.

Top



SoapHeader Methods
Add
Syntax
objSoapHeaders.Add Name, Value
Description

Adds a SoapHeaderElement to a SoapHeaders collection.

Parameters
Name The name of the SOAP header.
Value The value of the SOAP header.

Top

Object Model FileUpEE FileCollection FileEE SoapEnvelope
SoapHeaders SoapHeaderElement Progress Object


Copyright © 2003, SoftArtisans, Inc.