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
How many types of session state management options available in asp.net?
Why do we use datasource in asp.net?
Can I read the hard disk serial # of the client computer using asp.net?
What does it mean your session has timed out?
What is a postback ispostback and autopostback in asp net?
How to send a DataReader as a parameter to a remote client ?
Explain the asp.net mvc folder conventions? : asp.net mvc
Is there any property names “isnavigating”?
What are the validation controls available in ASP.NET?
Distinguish between Server-side and Client-side code with its functionality?
What is the mvc framework?
What is an il?
In which situation can you not use a viewstate?
Explain the basic functionality of garbage collector?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?