what is web service and what are they?

Answers were Sorted based on User's Feedback



what is web service and what are they?..

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

what is web service and what are they?..

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

what is web service and what are they?..

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

Post New Answer

More SOAP Interview Questions

What are advantages of soap?

0 Answers  


What are the tools used for testing web services?

0 Answers  


What is soap envelope element?

0 Answers  


How does the processing of the call() function happens on the server side using soap?

0 Answers  


what is SOAP HTTP Binding?

0 Answers  






what are the syntax rules for SOAP message?

0 Answers  


Explain the message element in wsdl?

0 Answers  


Explain about SOAP with an example of Industry usage.

1 Answers  


List out important characteristics of soap envelop element?

0 Answers  


Define soap?

0 Answers  


How does building a call allows the communication to take place in between the client and the server using soap?

0 Answers  


Explain soap?

0 Answers  


Categories