what is webservices. howit is use in our project .
Answer Posted / guest
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 ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the usage of DelegatingHandler?
What is server side session management?
Contrast OOP and SOA. What are tenets of each ?
How many languages are supported by .NET at present time?
What is preprocessor in .net? Where it use?
Explain file-based dependency and key-based dependency.
What is asp.net futures?
What is the use of web.config file?
Explain the main differences between asp and asp.net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Is asp.net still used?
Fetch one page value to another page without using state-managment ?
How can you handle unmanaged code exceptions in asp.net?
What is the use of service provider?
Write a code for passing ArrayList in Web API?