how to use web services with code?(with example code)
Answer Posted / nithya
First we need to create webmethod in webservice.
And we need to expose the webmethod as wsdl file.
Who wants to consume those webmethod they have to create a
class file by using wsdl tag in dotnet command prompt.
once the class file has been created and we can create
instance for that and start accessing all the methods from
the class file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are early binding and late binding.
how to write html code with ssl
How to bind all the binding controls in a page at once in ASP.NET?
How can I create master page in asp net?
What is asp net application object?
What is a web farm?
What is viewstate in asp net with example?
How do I use response redirect?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain how to prepare culture-specific formatting in .net.
What is content place holder?
Explain model, view and controller represent in an mvc application? : asp.net mvc
To redirect the user to another page which method do we use without performing a round trip to the client?
What is session management in web application?
What is session in web technology?