Click here to Skip to main content
15,920,383 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a windows application which should receive data(string) from web application so how can i perform this
Posted

Create a WCF Service and host it. Then consume it in your client application ( Windows App)

Refer the link
WCF Service Library with Windows Service Hosting[^]
 
Share this answer
 
Comments
Member 10476757 29-Jan-14 4:58am    
Actually windows app is running on another machine and web app is running on another so a mediator should transmit a value between when ever data is ready to send from windows to be recieved by web application
JoCodes 29-Jan-14 5:05am    
Thats not an issue. you can select the Bindings accordingly to access the WCF hosted
Member 10476757 29-Jan-14 5:10am    
can u send the interface and implementation please

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