Answer Posted / praveen
Web Services is a fairly new technology that has become
very popular in the past few years. Basically, a Web
service is a service that is created to communicate, using
standard XML formats, to any application that knows how to
talk to it. The Web service will have a public interface
written in Web Service Description Language (WSDL). The
interface describes what the Web service does and how to
communicate with it. The actual communication is done with
XML, typically using the SOAP protocol. Because XML is
basically just text, an application that can read text can
read and interpret a Web service.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What are the advantages and disadvantages of session?
How are sessions stored?
Can we use a static function with a non-static variable?
What is a server cookie?
Differentiate globalization and localization.
What is session state server?
What does postback mean?
COM+ Used ________________ Isolation Level
What is the compiled object?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
How can we call webservices in Banking Applications? and where we are using it?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Describe the difference between inline and code behind - which is best in a?
How do you change the session time-out value?