Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

Can one ASP.NET web page access more than one web service? and How?
And what is the relation between Web Service and WCF application?

As far as second question is concern google will help but still if some one have short and sweet answer then it will help me a lot.

Thanks.
Posted

1 solution

An ASP.Net page can access as many web services as is required. I believe there is no restriction to that.

WCF application is one that is using some protocol for communication - maybe web service / message queuing / inter process communication or anything else.
A web service is just one type of communication mechanism (note before WCF, a web service traditionally meant an asmx page).
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 13-Jan-12 4:58am    
Agree, a 5.
--SA
Abhinav S 13-Jan-12 5:01am    
Thank you SA.
comred 13-Jan-12 5:35am    
Thank You very much Sir,
Abhinav S 13-Jan-12 6:44am    
Welcome.
Manisha Tambade 13-Jan-12 6:25am    
My 5

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