Hi,
Using the run parameter in a jax-rx request, one can specify a query contained in a file stored on the server side.
Using HTTP Post, one can specify the xquery and the payload in the HTTP request as XML.
If the XML is generated on the client side to be stored on the server using HTTP post, can one execute an updating xquery stored on the server side to store this generated XML on the server?
In other words, (how) can one run xqueries stored on the server side with an XML payload submitted using the HTTP post?
Thanks.