1. My friends desktop would act as an server which runs a web service
2. This service connects to its database and query for some data whenever some events occurs
3. my pc runs a window application. The windows application contains a login page... so whenever user fills the login page the details should be forwarded to the web-service which would inturn connects to the database.
4. When some event occurs the server side application sends a data-set to the webservice
4. The webservice sends the data (in data-set format) to the windows application (on my computer) which consumes to create a tree view
I have created a webservice and a windows taskbar application on my pc and also i am able to make the application to consume webmethods of webservice
But how do i send the data from application(on my pc ) to webservice, and that information from webservice to server and viceversa :blink:
Question
Bookieass
Hi Guys,
I am doing a small project with my friend.
What we plan to do is following
1. My friends desktop would act as an server which runs a web service
2. This service connects to its database and query for some data whenever some events occurs
3. my pc runs a window application. The windows application contains a login page... so whenever user fills the login page the details should be forwarded to the web-service which would inturn connects to the database.
4. When some event occurs the server side application sends a data-set to the webservice
4. The webservice sends the data (in data-set format) to the windows application (on my computer) which consumes to create a tree view
I have created a webservice and a windows taskbar application on my pc and also i am able to make the application to consume webmethods of webservice
But how do i send the data from application(on my pc ) to webservice, and that information from webservice to server and viceversa :blink:
Can anyone suggest me how to do it??? :cry:
Ny help wuld be definitely appreciated :)
Link to comment
Share on other sites
8 answers to this question
Recommended Posts