SOAPam Client

<header> element

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

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.