aihnatsiuk
2 years agoOccasional Contributor
Failed to update the interface: [ Invalid QName value: Can't resolve prefix 'xs]
Hi, I get this error when trying to update the API definition in the existing project (we use Swagger): Failed to update the interface: [ org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException...
- 2 years ago
srixon I figured out how to fix it. Not sure why but some of my API XML files started to contain this line
"<con:type>xs:string</con:type>". I don't have it in the original definition. I successfully executed the update definition after removing "xs:" from ALL API calls