Open hsolbrig opened 12 years ago
This is caused by using a non 'NCName' in the 'namespace' part of the ScopedEntityName for the CTS2 XML. It is probably because of a space in the namespace or similar that causes the XML not to validate on the way out. Will use http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro as the testcase.
Namespace issue has been fixed: http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro
http://informatics.mayo.edu/cts2/rest/entities?matchvalue=Vertebro returns an "invalid input", while http://informatics.mayo.edu/cts2/rest/entities?matchvalue=gene works correctly