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
Where do we store our connection string in asp.net application?
How does u call and execute a sp in .net?
Explain some of the major built-in objects in asp.net
Is redux flux?
What is session in web technology?
How do you create a master page?
What are the various ways to send content from one page to another?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are the various types of validation controls provided by asp.net?
What are the differences between the response.write() and response.output.write()?
What is difference between session and application in asp net?
Which is faster viewbag or viewdata?
What is the difference between the get method () and post method ()?
What are the session management techniques asp net?
What is round trip in asp.net?