Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
is there any way please help me how to get data from other web application in to my own application!

like gmail data wants to show in my application

while passing username and password then my inbox data will show then i wants to retrive that in to my application
Posted
Comments
visnumca123 29-Dec-11 7:32am    
Hi developers,

My need is to fetch data from client application and load in to my database.The url and my username,Password is the key

using that i need to fetch the related data and store in to db how to do that is there ay link for demo for that is helpful to develop on that!

Remoting[^] may helps you

Thanks
 
Share this answer
 
There are multiple techniques.

1. You can use web service of gmail to fetch all records from there in your application.

2. Use Outlook, setup your gmail account into outlook and fetch all records in outlook then use Outlook application class and fetch all records from inbox.

which is suitable for you use that.
 
Share this answer
 
Hi,

if your client application provide some API or WebService then you can get data from other application easily.

Thanks
-amit.
 
Share this answer
 
Comments
visnumca123 29-Dec-11 8:18am    
Hi
Thanks for your answer but the client side application developed by client only!we dont know how they developed i just need that data wants to capture!
AmitGajjar 29-Dec-11 23:02pm    
Sorry but i don't have any other idea.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900