Thanks for the replies qazjvm ..Yes i have used resttemplate and apache client .. Till clearing the sessions i have succeeded, but later tasks like loading a query with post call etc were not working...
Type: Posts; User: nagarjun.kovi@gmail.com; Keyword(s):
Thanks for the replies qazjvm ..Yes i have used resttemplate and apache client .. Till clearing the sessions i have succeeded, but later tasks like loading a query with post call etc were not working...
The have gone through different approach using httppost methods using apacheclient...
In this piece of code i need to make a post call to the server so that it will return a session id and when i make a get call the it should return the json response which was not happening . The get...
In this piece of code i need to make a post call to the server so that it will return a session id and when i make a get call the it should return the json response which was not happening . The get...
Here in this code i need to make a post rest call to the tomcat server . I need to send username and password along with the post call.
exception i am getting is:
2012-06-05 21:15:34,338 DEBUG...
The project i am working on is a combination of Springs , Hibernate and Resteasy services. In this project i need to get the data from mysql database using hibernate and Springs is used of...