required-binding-name
Overview
This rule belongs to the wsdl-validation
ruleset and states that:
When a binding is defined using the <binding> element, it must also specify a non-empty name for itself using the name
attribute which uniquely identifies it in a WSDL document.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | <binding> element has a missing name. |
Code | WSDL_V401 |
Type | Validation |
Rule System | Semantic |
Broad Category | Bindings |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | wsdl semantic validation name attribute binding |
Suggested Fixes
- Ensure that the <binding> element contains the
name
attribute. - Ensure that the value of the
name
attribute is not empty.