This describes the properties associated with a message category member.
Property | Type | Meaning |
---|---|---|
Role Type | Enumerated type | The role that the message plays in the message category.
Select from:
If the message is to participate in the generation of WSDL documents then one of wsdl:input, wsdl:output, wsdl:fault must be selected. When the WSDL document is generated, a WSDL role element of the appropriate kind (<wsdl:input>, <wsdl:output>, <wsdl:fault>) will be created for the message, the name of which is provided by the Role Name property. |
Role Name | String | A descriptive name for the role this message plays in the message category. If this message participates in the generation of WSDL documents then the Role Name provides the name for the WSDL role element created for the message. |
Documentation | String | The documentation property of an object is where you
can add information to enhance the understanding of that objects function. It is a string field and any standard alphanumeric characters can be used. |