Skip to main content

required-port-type-operation-name

Overview

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

When an <operation> element is defined inside a port type, it must also specify a non-empty name for itself using the name attribute.

PropertyValue
EnabledYes
Maximum SeverityError
MessagePort type has an <operation> element with a missing name.
CodeWSDL_V203
TypeValidation
Rule SystemSemantic
Broad CategoryPort Types
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagswsdl semantic validation name attribute operation port type

Suggested Fixes

  • Ensure that the <operation> element contains the name attribute.
  • Ensure that the value of the name attribute is not empty.

For More Information