Hi ,
I am trying to import google contacts in my application using google
data api. In my company, we access the internet via proxy. I am trying
to hit the google server via proxy after doing the below proxy
settings. But i am getting an exception('Exception connecting with
login URI') when i try to set the user credentials.
System.setProperty("http.proxyHost", "my.proxy.domain.com");
System.setProperty("http.proxyPort", "3128");
ContactsService.setUserCredentials("[email protected]","passwd")
P.S : I am able to hit other urls via proxy without authenticating the
proxy. So i am to try access google without proxy authentication.
Can anyone help me resolve this issue.
Thanks in Advance !!!
Bhuvana.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---