posted 15 years ago
I am using Jersey to implement REST Web Services in my project. Currently i am trying a simple application where i post values from a FORM and process it to produce a XML output.
The Resource code is
The create_output_xml.xml page is
When i try to run it, the values get posted and XML page is displayed but with no values.
I knew that i didn't pass the value, but i dont know how to pass these values to the xml so that it'll be displayed in output instead of ${}.
Never try to be a hard-worker. Be a smart-worker.
My Blog