what is webservices. howit is use in our project .

Answers were Sorted based on User's Feedback



what is webservices. howit is use in our project ...

Answer / n

* Web services are application components
* Web services communicate using open protocols
* Web services are self-contained and self-describing
* Web services can be discovered using UDDI
* Web services can be used by other applications
* XML is the basis for Web services

Is This Answer Correct ?    4 Yes 0 No

what is webservices. howit is use in our project ...

Answer / lavanya

Communicate 2 different technologies by using web services.
a web service can access through http only.
WSDL contains description of web service.
web services uses Soap Protocol. soap is an xml based protocol.

Is This Answer Correct ?    1 Yes 0 No

what is webservices. howit is use in our project ...

Answer / guest

Web Services are business logic components which provide
functionality via the Internet using standard protocols
such as HTTP.

Web Sevices 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 indipendent so consumer of a Web Service is
therfore completely shielded from any implementation
details about the platform edposing the Web Service. For
the consumer it is simply ablack box of sen and receive XML
over HTTP.

Is This Answer Correct ?    3 Yes 3 No

what is webservices. howit is use in our project ...

Answer / ff

webservices is to support hetrogenous applications and
hetrogenous platforms base upon comapny standards

ie to service is nothing but a logic so this logic should be
support to may applications by using http and soap protocols

microsoft uses xml web services , sunmicro uses java
webservices base upon company statndards

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is an assembly?

2 Answers   Value Labs,


How ASP and ASP.NET page works.

3 Answers  


How does the browser enable AutoPostBack functionality?

2 Answers  


what is postback implementation?when pre-render event n init event is fired?

2 Answers   Ness Technologies,


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,






Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


what is the MSIL assembler do?

1 Answers  


When cookie will expire?

0 Answers  


What is the use of dispose method?

0 Answers  


What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />

3 Answers   Syntax Softtech,


What is Web Server Control Templates.?

0 Answers   MCN Solutions,


What is the use of directives & explain with example?

2 Answers   C Squared Systems,


Categories