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 is Forms Authentication in ASP.NET?
Can you explain one critical mapping? Performance issue which one is better?
Which is better php or asp.net?
Name the two properties are on every validation control?
What is the difference between application state and session state in asp net?
Why do we need Sessions?
What are the Types of state management techniques
How information about the user's locale can be accessed?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is true about application service provider?
What are the disadvantages of view state?
What is server redirect?
Define authentication and authorization.
What is the difference between system.stringbuilder and system.string
When does a session actually start?