How to consume a webservice in a windows application without
adding through the web reference?
Answer Posted / sanjay
create a proxy class by using wsdl.exe.Once it done,through
this class you can call webservice.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain the use of resource manager class in .net.
What are the memory-mapped files?
What is a web server? What are the load limits in it?
Where is asp.net view state stored?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is difference between viewstate and session in asp net?
Explain what does wsdl stand for?
What are the different web pages?
What is HTTPModule and HTTPcontext? What is the use of each?
What is scope of an application variable in asp.net?
Where do the cookie state and session state information be stored?
What does aspcompat="true" mean?
Explain what is viewstate?
What is the use of ASP.NET routing?
How to change Master page in ASP.Net using code?