-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Ecosystem
-
Severity 3 - Minor
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
The wadl located at http://docs.atlassian.com/jira/REST/latest/jira-rest-plugin.wadl
contains entries like this:
<ns2:representation element="List of users" status="200" mediaType="application/json">
The "element" attribute contains a value with embedded spaces.
This causes SoapUI 5.0.0 to fail with:
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException: Invalid QName value: Localname not a valid NCName in 'List of users'
Replacing the values of these offending elements with values that are valid XML element names seems to make SoapUI happy.
- is related to
-
JRASERVER-40063 WADL element names contain spaces
-
- Gathering Impact
-