what is web service and what are they?
Answers were Sorted based on User's Feedback
Answer / kaamila
Web Service is the services provided by web.Web Services are
platform independent and language independent since they use
XML language.Web Service is an application programming
service that can be accessed remotely via standard internet
protocol using XML as data format.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / vijay m
A Web service is a software system designed to support
interoperable machine-to-machine interaction over a network.
It has an interface described in a machine-processable
format (specifically, Web Service Definition Language, or WSDL).
Web services fulfill a specific task or a set of tasks. A
Web service is described using a standard, formal XML
notion, called its service description, that provides all of
the details necessary to interact with the service,
including message formats (that detail the operations),
transport protocols, and location.
The nature of the interface hides the implementation details
of the service so that it can be used independently of the
hardware or software platform on which it is implemented and
independently of the programming language in which it is
written.
This allows and encourages Web service based applications to
be loosely coupled, component oriented, cross-technology
implementations. Web services can be used alone or in
conjunction with other Web services to carry out a complex
aggregation or a business transaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / piyush bohra lohaghat
Web service is all about give and take data in xml format.It consist of url which contain some webmethod(function)and inside web method there is some functionalty.To acess that functionalty over web we use web service.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by SOAP encoding?
What is the use of protocol rest?
What is entrust entitlements service?
what is the response format for SOAP response?
Explain about message passing in RPC?
Can soap use rest?
Enlist few syntax rules applicable for soap message?
What is mustunderstand in soap header?
What is the difference between top down and bottom up approach in soap web services?
How a soap message is structured?
Explain the message element in wsdl?
What are the advantages of json over http as compared to soap over http?