Hi clark ,
As u mentioned in the thread , i am getting the exception because of deserialization issue.
ant the exception is :
Caused by: org.codehaus.jackson.map.JsonMappingException:...
Type: Posts; User: arun.rocky4; Keyword(s):
Hi clark ,
As u mentioned in the thread , i am getting the exception because of deserialization issue.
ant the exception is :
Caused by: org.codehaus.jackson.map.JsonMappingException:...
Below is my rest service,
1) @ResponseBody UserDetails getUserDetails(); and my UserDetails class is
@XmlRootElement
class UserDetails {
String userName;
//...
thanks for ur reply. Now my application is working fine. But i am facing problems gen\R.java in maven. Its getting generated in target\generated-sources\ folder. any idea ?
dutchman , i have tried with maven and i got the same error, here i am posting my pom.xml
<dependencies>
<dependency>
<groupId>com.google.android</groupId>...
I didnt used maven, but i got all these jars in my build path
commons-httpclient-3.1
jackson-core-asl-1.6.1
jackson-mapper-asl-1.6.1
jersey-client-1.9-ea04...
I am trying to access a rest webservice with Json,
below is the code in Activity class which i am using to retireve the values
List<HttpMessageConverter<?>> messageConverters = new...