<header> element

SOAP/AM Client Development > Developer's Reference > Client Definition File Reference > Schema Reference >

<header> element

Previous pageReturn to chapter overviewNext page

This element defines a SOAP header that is included in the SOAP envelope. The header's content is mapped to an element of the server request or response type.

 

parents

soapMessage

children

none

Attributes

attribute name

data type

usage

default value

description

 

name

xsd:NCName

required

 

The name of the element.

 

element

xsd:NCName

required

 

A reference to an element in the <types> section.

 

namespace

xsd:anyURI

optional

 

The namespace of the element. If omitted, the namespace of the element referenced by the element attribute is used.

 

use

xsd:token

optional

literal

Indicates the default format for the part elements. If literal is specified, the part elements are formatted exactly as specified by the associated type. If encoded is specified, the part elements are formatted using SOAP Section 5 encoding rules.