-
Enhancement
-
Resolution: Done
-
Major
-
7.4
-
None
-
-
Not Yet Documented
Currently, the generated RESTEasy war accepts URI parameters and XML and produces only XML. We need to add support for JSON as input and output as well as provide a way to determine which one to use. We could perhaps generate methods for both and return XML for XML inputs and JSON for JSON inputs. Another option would be to default to XML (or JSON) and allow an override via an extended property on the procedure.