Skip to main content

at-least-one-message

Overview

This rule belongs to the wsdl-validation ruleset and states that:

The WSDL document must consist of at least one <message> definition nested as a child element directly under the root <definitions> element. Service operations are expected to exchange data and in a WSDL document, the structure of the input and output messages of these operations are defined using the <message> elements.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageWSDL document contains no <message> definitions.
CodeWSDL_V100
TypeValidation
Rule SystemSemantic
Broad CategoryMessages
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagswsdl semantic validation message

Suggested Fixes

  • Ensure that a <message> child element exists in the <definitions> element.

For More Information