hello all,
This is a very basic doubt.
I created a webservice application and created a proxy to call that in an asp.net application. All this i am developing using vs.net 2010 framework 2.0
executed ,copied this url
i created a web application and called this in webreference. where i pasted this url (created a proxy) and accessed this webservice in webapp.
now i stopped the webservice(asp.net development server ) and tried to execute this webapplication. it is not working.
??really confused. becoz what i understood is webservice works with http only.. and WCF works with TCP,http
then what is the use of webservice?
please clarify.