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
How long the items in ViewState exists?
What is a viewbag?
What is http response header?
Differentiate the session object and application object?
What is DataGrid wheater its a Server Control or something else ?
Explain the main function of razor in asp.net? : asp.net mvc
What are the features of asp.net mvc?
What are the media types of http requests and response?
What are the 3 types of web?
What is validation in asp.net?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Name the tools or API for developing or testing web api?
What is base class of .net?
Explain the difference between inline and code behind - which is best in?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?