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
Explain cashing in asp.net.
Where viewstate value is stored in asp.net?
Can we use html in asp.net?
What is preprocessor in .net?
What is server transfer?
What is DataGrid wheater its a Server Control or something else ?
How to disable validator control by client side JavaScript?
How does the iis work?
Who creates jsessionid?
How can you identify that the page is post back?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain server control extensibility with reference to asp.net 2.0 ?
What is datagrid asp.net?
What is globalization and localization in asp net?
What are validator? How do you disable them?