what is webservices. howit is use in our project .
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?
What is a global postback url?
Tell me Asp.net Method Overriding.
What does the "EnableViewState" property do? Why would I want it on or off?
Define static function?
Why is asp.net so popular?
What is Web Server Control Templates.?
What is customer control and user control?
Explain the difference between panel and groupbox classes using .net?
version information of assembly consist of _________ values.
What is AutoEventWireup attribute for ?
What is __ requestverificationtoken?