It also appears that HTTP POSTing queries doesn’t work, with the server returning “400 Only multipart/form-data posts supported”. Has this functionality been explicitly disabled??
In order to ensure better stability and take care of a few eXist issues we encountered, we changed the backend implementation of the /ws/data/ web service for the iDigi servers.
The tradeoff however is, as you noticed, not having support for running XPath/XQuery queries against your data. We’re working on getting the reference documents updated, and we hope in the future we can offer some query mechanisms to supplement the basic GET method for retrieval of collections and documents.
We’re not actually using eXist anymore. We maintained the same structure of responses in case anyone happened to be dependent on the exact format of the response in their application logic.
For the most part, we see people using the /ws/data/ web service as a temporary and convenient place for devices to push up sample data. Occasionally, their application will come in and scrape the data, and insert it into whatever storage mechanism they may be using locally.
Query support is is a powerful option, and I think we would like to investigate offering something similar in the future, as long as we can feel comfortable that including it will not cause any problems with stability.