Click here to Skip to main content
16,005,682 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to learn webservices............
i know basics of webservices in theory but i dont know how to use in practical.....
how to find the webservices....
why we use webservices......
why we use webservices instead of webapplications....


Please help me.....
Posted

 
Share this answer
 
Comments
Member 10256533 4-Feb-14 4:15am    
Thank you so much............can u say some real time examples
HTML
What is Webservice??




Web Services are self-contained, modular, distributed, dynamic applications that can be described, published, located, or invoked over the network to create products, processes, and supply chains. These applications can be local, distributed, or Web-based. Web services are built on top of open standards such as TCP/IP, HTTP, Java, HTML, and XML.

Web services are client and server applications that communicate over the World Wide Web’s (WWW) HyperText Transfer Protocol (HTTP). As described by the World Wide Web Consortium (W3C), web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks. Web services are characterized by their great interoperability and extensibility, as well as their machine-processable descriptions, thanks to the use of XML. Web services can be combined in a loosely coupled way to achieve complex operations. Programs providing simple services can interact with each other to deliver sophisticated added-value services.




HTML
Why we use Webservice??


Major benefits of Web services include:

Interoperability among distributed applications that span diverse hardware and software platforms

Easy, widespread access to applications through firewalls using Web protocols

A cross-platform, cross-language data model (XML) that facilitates developing heterogeneous distributed applications

Because you access Web services using standard Web protocols such as XML and HTTP, the diverse and heterogeneous applications on the Web (which typically already understand XML and HTTP) can automatically access Web services and communicate with each other.

These different systems can be Microsoft SOAP ToolKit clients, Java Platform, Enterprise Edition (Java EE) Version 5 applications, legacy applications, and so on. They are written in Java, C++, Perl, and other programming languages. Application interoperability is the goal of Web services and depends upon the service provider's adherence to published industry standards.


See some of example .. :) :)

Web services tutorials [^]

http://www.aspdotnet-suresh.com/2011/05/aspnet-web-service-or-creating-and.html[^]

Create Web services[^]

how-to-create-web-services-in-Asp-Net[^]
 
Share this answer
 
v2
Comments
Member 10256533 4-Feb-14 4:18am    
why we use webservices?
Nirav Prabtani 4-Feb-14 4:28am    
Web service is a ready made small code to call from different devices...we can get data from web service by easily passing parameters to it...

Web service returns us data in xml format ..try to explore more on google there are billions of result regarding that

Best of luck

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900