Answered by:
How to show/fetch a data From WCF application?

Question
-
User668737246 posted
Hello
I am new in WCF application. I have added a wcf Application in VS 2010. Now I add refence from http://www.btres.com/WL/TestWLDev/FlightServices.asmx this link.
Now I want to fetch data to my .aspx page. Can any one guide me?
Monday, December 2, 2013 1:26 AM
Answers
-
User-1623675128 posted
create the proxy and make a call to webservice. Do you know what your web service is returning? based on that you get the data after making call then use the same to diplay in aspx page.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 3, 2013 3:21 AM
All replies
-
User289622470 posted
Hi,
Right click on your asp.net project in solution explorer and select "Add Service Reference" and give the above url and try.
Thanks,
Monday, December 2, 2013 2:30 AM -
User668737246 posted
hello sir
i did that thing. but i dont know how to fetch data to .aspx page
Monday, December 2, 2013 2:48 AM -
User-1623675128 posted
create the proxy and make a call to webservice. Do you know what your web service is returning? based on that you get the data after making call then use the same to diplay in aspx page.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, December 3, 2013 3:21 AM -
User1079421601 posted
Please refer:
- getting all data from WCF Service
- How to fetch data from WCF application to .aspx page?
- A Beginner's Tutorial for Creating WCF Data Services
- Protecting a WCF Service Over Internet: Authenticating and Authorizing Users by Using the ASP.NET Membership Provider and Role Provider
- WCF Example for Inserting, Deleting and Displaying Data using a WCF Service in ASP.NET
Tuesday, December 3, 2013 3:51 AM