Message category member properties

Property Type Meaning
Role Type Enumerated type The role that the message plays in the message category. Select from:
  • wsdl:input
  • wsdl:output
  • wsdl:fault

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.

Related concepts
The message model
Message categories

Related tasks
Working with a message category file

Related reference
Message model reference information
Message category properties