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
Securitywise What are the Enhancements in 2.0?
What are the steps involved to fill a dataset?
Does google crawl redirects?
What is directive in asp net?
what is command line compiler.what are the steps and how it is related to debugging.
Explain the difference between sql invalidation and sql notification.
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is asp.net caching?
What is caching? What are different ways of caching in asp.net?
What are validator? How do you disable them?
Explain the use of errorprovider control in .net?
Explain what does wsdl stand for?
Describe the .net base class library.
What are sql notifications and sql invalidations?