Hi to all, and thanks for adding the modifications i needed :-) , i hope you like the code i just posted. I'll try to find time today/tomorrow to write the README for setup the test environment to simplify its usage.
On response errors i agree, putting some hints into headers is the simpler choice. But for serializers, maybe we could think to put a different MIME Type in the response headers (for example in case of errors), so clients could read it (from the returned response headers) and verify if change the Serializer they use, ok ? Like SOAP Fault message we could think on a standard response format (maybe as a String into that header filed, or better into the response body) and Pivot is JSON-centric in many places, so why not format that as s JSON String ? But i don't know is all this could give us some benefits ... further experiments are needed here, but i think we have other priorities at the moment. What do you think ? Bye, Sandro
