<soapMessage> element
This element defines a SOAP message.
Children must appear in the order shown.Attributes
Attribute | 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. |