Hi,
I am using restlet 1.0, and i am trying to post a new entry into my Mysql database. I am not using any HTML form, i want to do all operation on MY rest client. The problem i am facing is,
- I want to post a new customer entry into mysql database,
- I am not using any HTML form,
- I am trying to achieve and create XML in Rest Client, and trying to send XML.
My REST url for post method is http://localhost:8182/api/service/customers/
How to append the new customer information and how to get XML.
Please help.
Thanks
Karunjay Anand