MessageMap

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
documentEnvelopeRef xsd:IDREF required
The nameID reference of the Document Envelope related to the
OperationMapping. Note: This attribute was added in v2.0.
interfaceName xsd:NMTOKEN required
Interface is called portType in WSDL 1.1. The name of the
interface or portType mapped logically in Operation Mapping. Note: This attribute was added in v2.0.
operationName xsd:NMTOKEN required
The name of the operation mapped in the
OperationMapping. Note: This attribute was added in v2.0.
operationStep StepType required
The name of operation step from the Step Type enumeration list
for OperationMapping. Note: This attribute was added in v2.0.

Source

<xsd:element name="MessageMap" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:attributeGroup ref="map"/>
  </xsd:complexType>
</xsd:element>

Sample