valid-wsdl-syntax
Overview
This rule belongs to the wsdl-validation
ruleset and states that:
The provided WSDL document must not contain any syntax/semantic issues and use only valid XML. Each property in the file must have a type or value as defined in the standard.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Blocking |
Message | Provided WSDL document is not valid. |
Code | WSDL_V700 |
Type | Validation |
Rule System | Semantic |
Broad Category | Miscellaneous |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | wsdl semantic validation syntax xml |
Suggested Fixes
- Ensure that the file uses valid XML.
- Ensure that each element in the WSDL file has the expected type.
- Ensure that each element has only the allowed attributes and child elements defined inside it.
- If an element or attribute expects a value from a restricted list, ensure that the value matches with an entry from the list.