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
Describe paging in asp.net?
What are custom user controls in asp.net?
How do I publish my asp.net application to my isp's web server?
Describe the events in the life cycle of a web application.
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Can we have 2 web config files?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
How can you use a custom controls in ASP.NET application?
What r the asp.net list controls and diff. Between them?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Why do we use datasource in asp.net?
How many web.config files can I have in an application?
Whats the difference between abstract factory pattern and factory pattern?
What are sql notifications and sql invalidations?
What are sessions used for?