can any one tell about web services?

Answers were Sorted based on User's Feedback



can any one tell about web services?..

Answer / devendra

A Web service is an application logic that is accessible by
other program using standard web protocol in a platform
indepedent way.
The key point of this defination are :
- Application Logic
- Accessible to other programs
- Using Standard Web Protocol
- Platform indepedent way

Is This Answer Correct ?    4 Yes 0 No

can any one tell about web services?..

Answer / ss

Web service supports interoperability machine-to-machine
interaction

Is This Answer Correct ?    5 Yes 2 No

can any one tell about web services?..

Answer / ss

Web service supports interoperability machine-to-machine
interaction

Is This Answer Correct ?    4 Yes 2 No

can any one tell about web services?..

Answer / rajat

Web services are self contained modular applications that can be described(usig WSDL), deployed (on a web server), located(using UDDI) and invoked in applications on internet or intranet.

Is This Answer Correct ?    2 Yes 0 No

can any one tell about web services?..

Answer / santosh deshmukh

Web Services are business logic components which provide
functionality via the Internet
using standard protocols such as HTTP.
Web Services 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 independent
so the consumer of a Web Service is therefore completely
shielded from any
implementation details about the platform exposing the Web
Service. For the consumer it
is simply a black box of send and receive XML over HTTP. So
any web service hosted on
windows can also be consumed by UNIX and LINUX platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


How do you register the .Net Component or Assembly?

2 Answers   Accenture,


What is difference between cache and session?

0 Answers  


What are Authentication and Authorization?

0 Answers  


What is meant by web application?

0 Answers  






Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,


What are the differences between Trace and Debug?

2 Answers   Accenture,


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

0 Answers  


How To Authenticate Your Web service??

1 Answers  


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


Explain the difference between or and orelse?

0 Answers  


Categories