Hi,
BaseX returns XML for URLs like http://localhost:8984/basex/jax-rx/; however, database creation commands or collection creation commands result in text/plain content-type and plain-text being returned in response.
Perhaps it will be useful, in pure XML processing apps, for these responses to also be in XML.
Something like, <jax-rx:results xmlns:jax-rx="http://jax-rx.sourceforge.net%22%3E <jax-rx:response status="201">Database 'Test' created in 38.22 ms.</jax-rx:response> </jax-rx:results>
Regards, Mahender.