If you posted something (e.g. using curl or the embedded formular http://localhost:8984/restxq/ )
<pre class="brush:shell">
curl -i -X POST -H "content-type: application/xmldata " -d 'content="'Here comes the post!'"' 'http://admin:admin@localhost:8984/restxq/hello/'
</pre>
You would recieve
<response>
<title>Hello!</title>
<info>It seems you posted a message> ": 'Here comes the post!"'</info>
</response>
</pre>