WSDLMessageMapping

The wsdl-message-mapping element defines the mapping to a specific message and its part. Together they define uniquely the mapping for a specific parameter. Parts within a message context are uniquely identified with their names.The parameter-mode is defined by the mapping to indicate whether the mapping will be IN, OUT, or INOUT.. The presence of the soap-headerelement indicates that the parameter is mapped to a soap header only. When absent, it means that the wsdl-message is mapped to a Java parameter. The soap headers are interpreted in the order they areprovided in the mapping.Used in: method-param-parts-mapping



Attributes Summary
id : String  
wsdlMessagePartName : StringInterpretation of the wsdl-message-part-name element depends on whether or not wrapped-element has been defined in the service-endpoint-method-mapping.
parameterMode : StringThe parameter-mode element defines the mode of the parameter.
wsdlMessage : WSDLMessage  
soapHeader : SOAPHeader  

Attribute Details

id    -     
     data type:  String
     default Value:   unspecified



wsdlMessagePartName    -    Interpretation of the wsdl-message-part-name element depends on whether or not wrapped-element has been defined in the service-endpoint-method-mapping. If wrapped-element is not specified, wsdl-message-part-name defines a WSDL message part. It should always be interpreter with respect to a wsdl-message element. If wrapped-element is specified, wsdl-message-part-name refers to an elementname of the element type.Used in: wsdl-message-mapping, wsdl-return-value-mapping
     data type:  String
     default Value:   unspecified



parameterMode    -    The parameter-mode element defines the mode of the parameter. It can have only three values, IN, OUT, INOUT.Used in: wsdl-message-mapping
     data type:  String
     default Value:   unspecified



wsdlMessage    -     
     data type: WSDLMessage



soapHeader    -     
     data type: SOAPHeader


Copyright IBM Corp. 1996-2002