Skip to main content

required-service-name

Overview

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

When a service is defined using the <service> element, it must also specify a non-empty name for itself using the name attribute which uniquely identifies it in a WSDL document.

PropertyValue
EnabledYes
Maximum SeverityError
Message<service> element has a missing name.
CodeWSDL_V650
TypeValidation
Rule SystemSemantic
Broad CategoryServices
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagswsdl semantic validation name attribute service

Suggested Fixes

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

For More Information