C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » Webservices »

Advantage of web service


Posted Date: 05 Oct 2009      Posted By: Fool To Code      Member Level: Gold     Points: 1   Responses: 6



hi friends,
i would like to know the advantages of web service? why one should use a web service when i can do the same using other things.





Responses

Author: Kalyan    05 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Easier to communicate between applications
Easier to reuse existing services
Easier to distribute information to more consumers
Rapid development



Author: Rajesh.Dharmakkan    05 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Web services provide interoperability between various software applications running on disparate platforms.
Web services use open standards and protocols. Protocols and data formats are text-based where possible, making it easy for developers to comprehend.
By utilizing HTTP, web services can work through many common firewall security measures without requiring changes to the firewall filtering rules.
Web services easily allow software and services from different companies and locations to be combined easily to provide an integrated service.
Web services allow the reuse of services and components within an infrastructure.

Plz Rate My Response
Regards
Rajesh.Dharmakkan



Author: seema    05 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

Advantages of Web services
The idea of a Web service developed from the evolution of the Internet. The intent behind a Web service is to drive the Internet as a transactional tool rather than simply a visual tool. These application-to-application interactions are driven by, and built on, existing standards such as:
•Extensible Markup Language (XML)
•Hypertext Transfer Protocol (HTTP)
•SOAP
•Universal Description, Discovery, and Integration (UDDI)
•Web Services Description Language (WSDL).
The standardized nature of the pieces that implement a Web service solve many problems related to intersystem communication. For example:
•The HTTP standard is allowing more systems to communicate with one another.
•SOAP (built on XML) standardizes the messaging capability on different systems.
•UDDI standardizes the publishing and finding of Web services.
•WSDL standardizes the description of Web services so providers and requesters are speaking the same language.
Also, the Web Services Interoperability (WS-I) organization promotes Web services interoperability across platforms, applications, and programming languages through the use of standards refinement and integration into profiles. Go to http://www.ws-i.org/ for more information about the WS-I organization.

Using Web services on the z/TPF system presents you with an opportunity to take advantage of services offered by others and the opportunity to make your applications available to others as a Web service



Author: Fool To Code    05 Oct 2009Member Level: GoldRating: 2 out of 52 out of 5     Points: 2

it means if have function GetData() in my webservice ,so i can access GetData() from windows application,web application,java application aand flex application from same web service?


Author: Sethu    05 Oct 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

* Make the communication effectively between different web based services..
* Widens the user knowledge with broad web applications
* Bridges the needs and services..



Author: Saroj Kumar Raut    19 Oct 2009Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

Advantage of webservices-
1. Reusable application components.
2. You can exchange data between different application and different platforms.



Post Reply
You must Sign In to post a response.
Next : Webservices
Previous : Webservices
Return to Discussion Forum
Post New Message
Category: Webservices

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use