<soapMessage> element

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

<soapMessage> element

Previous pageReturn to chapter overviewNext page

This element defines a SOAP message.

 

Children must appear in the order shown.

 

parents

request response

children

header[0:∞] body[1]

Attributes

attribute name

data type

usage

default value

description

 

soapAction

xsd:anyURI

optional

empty string

The value of the SOAPAction header for this SOAP message. This element is ignored unless the soapMessage is a child of the <request> element. If omitted, the default value is an empty string.

 

style

xsd:token

optional

document

The style of this soap message, which may be either document or rpc. If omitted, document is used.