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

Name the control which can be used to reserve the space on web page for storing localized data.

3 Answers   IBM,


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


What is difference between session and application in asp net?

0 Answers  


can I use session variable in App_code Class page??

3 Answers   Wipro,


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,






What is the lifespan for items stored in ViewState?

4 Answers   Siebel Systems,


Explain the use of resource manager class in .net.

0 Answers  


asp.net interview questions

0 Answers  


Which method do you use to enforce garbage collection in .net?

0 Answers  


What is state management techniques in asp.net?

0 Answers  


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

0 Answers  


What methods are fired during the page load?

3 Answers  


Categories