what is webservices. howit is use in our project .
Answer Posted / alb.shah
Web Services are business logic components which provide
functionality via the Internet using standard protocols
such as HTTP.
Web Sevices uses Simple Object Access Protocol(SOAP) in
order to expose the business functionality. SOAP defines a
standardized format in XML which can be exchanged between
two entities over standard protocols such as HTTP. SOAP is
platform indipendent so consumer of a Web Service is
therfore completely shielded from any implementation
details about the platform edposing the Web Service. For
the consumer it is simply ablack box of sen and receive XML
over HTTP.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is jade template engine?
What is marshalling ? Is it a part of asp.net ?
How do you change the session time-out value?
What is globalization and localization in asp net?
Explain different types of Caching techniques in ASP.NET?
What is the difference between exe and dll?
How you can add an event handler?
What is the difference between mechine.config and web.config?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is viewstate? What does the “enableviewstate” property do?
How can we call webservices in Banking Applications? and where we are using it?
What is the difference between page-level caching and fragment caching?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is xaml? Are xaml file compiled or built on runtime?