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 hierarchy soapui follows to build a proper testing project?

0 Answers  


What is the advantage of a detergent over soap?

0 Answers  


What are the differences between rest and soap?

0 Answers  


What are the steps taken in soap processing model?

0 Answers  


Explain the message element in wsdl?

0 Answers  






What are the primary security issues of web service?

0 Answers  


Does soap use http get or post?

0 Answers  


What is soap protocol used for?

0 Answers  


Explain soap?

0 Answers  


What are the functionalities provided by the soap protocol class?

0 Answers  


Which is more secure rest or soap?

0 Answers  


Mention the advantages of soap web services?

0 Answers  


Categories