• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to Retrieve Yahoo Address Book Detail

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want know how to Retrieve Yahoo Address Book. if i am Giving Yahoo ID and Yahoo Passwd ,once submit the button ,i want to retrieve the Address Book Detail in yahoo. please help me.

please tell me How to do. i.e how to connect yahoo Server and How fetch the Address Book Detail.please tell me way how to do.

if already done this one please send source code.

please help me..

Thanks to All.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you checked here:
http://developer.yahoo.com/mail/

It contains code samples for interacting with Yahoo using either JAX-WS or Axis2 in Java
 
parandaman sampath kumar
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by David O'Meara:
Have you checked here:
http://developer.yahoo.com/mail/

It contains code samples for interacting with Yahoo using either JAX-WS or Axis2 in Java




Thanks for send the Link.It will be developed Using Web Services like JAX-WS and Axis2.it will be develop servlet based application. how to retrieve the address book. i am new in webservices so please give clear idea for how to do.please reply me.......

Thanks ............
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did you look at the examples? there are step by step instructions on getting started. It doesn't require any additional knowledge.
 
reply
    Bookmark Topic Watch Topic
  • New Topic