what is webservices. howit is use in our project .
Answer Posted / alb.shah
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 ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a Cookie? Where is it used in ASP.NET?
Difference between singleton and singlecall.
Explain the benefits of viewstate?
What is caching? What are different ways of caching in asp.net?
Explain the steps needed to be performed in order to create an animation in xaml?
Is web config mandatory?
What are the disadvantages of view state?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What are asp.net web forms?
How many web.config files can I have in an application?
Explain the difference between panel and groupbox classes using .net?
To wrap up a call to a Web service the standard used is..?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is the difference between user control and custom control?
What are the major built-in objects in ASP.NET?