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

Where code pages are used?

0 Answers   Blue Star,


How can you dynamically add user controls to a page?

0 Answers  


Is sql backend or frontend?

0 Answers  


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


Differentiate between a hyperlink control and a linkbutton control.

0 Answers  






How can exception be handled with out the use of try catch?

0 Answers  


Why is string called immutable data type?

0 Answers  


Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?

1 Answers  


Explain how can we inherit a static member?

0 Answers  


What is difference between singleton and single call?

0 Answers  


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


Where is asp.net session stored?

0 Answers  


Categories