aseps3472 / gdata-javascript-client

Automatically exported from code.google.com/p/gdata-javascript-client
0 stars 0 forks source link

Error occurs when using Java Contact API in Rational Application Developer #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi ,

I am trying to use Google contact API in my application. I have successfully 
integrate it into the Eclipse IDE 3.6. But when i am trying to use this same 
api in Rational application developer it shows me the error in 
Contactfeed.class 

My Code : 

URL feedUrl = new URL("http://www.google.com/m8/feeds/contacts/default/full");
ContactQuery myQuery = new ContactQuery(feedUrl);
myQuery.setMaxResults(200);

Error Occurs in this line of code.....

ContactFeed resultFeed = myService.query(myQuery,ContactFeed.class);

Can anyone help me in this regards. Thanks in advance.

Original issue reported on code.google.com by joshi...@gmail.com on 15 Dec 2010 at 6:24