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 »

what is webservice


Posted Date: 13 Jul 2006      Posted By: anand      Member Level: Gold     Points: 2   Responses: 2



Define webservice and use of it.




Responses

Author: Vakul Kumar More    13 Jul 2006Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

The term Web services describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI is used for listing what services are available. Used primarily as a means for businesses to communicate with each other and with clients, Web services allow organizations to communicate data without intimate knowledge of each other's IT systems behind the firewall.
Unlike traditional client/server models, such as a Web server/Web page system, Web services do not provide the user with a GUI. Web services instead share business logic, data and processes through a programmatic interface across a network. The applications interface, not the users. Developers can then add the Web service to a GUI (such as a Web page or an executable program) to offer specific functionality to users.

Web services allow different applications from different sources to communicate with each other without time-consuming custom coding, and because all communication is in XML, Web services are not tied to any one operating system or programming language. For example, Java can talk with Perl, Windows applications can talk with UNIX applications.

Web services do not require the use of browsers or HTML.

Web services are sometimes called application services.


Source: [http://www.webopedia.com/TERM/W/Web_services.html]



Author: vihari    06 Sep 2006Member Level: SilverRating: 2 out of 52 out of 5     Points: 2

Self-contained, Self-describing modular component that can be published, located, and invoked across the Web.
• Web Services define a platform-independent standard based on XML to communicate within distributed systems.
• They are loosely coupled and allow short-term cooperation between services.
• The main protocol defining the kind of communication to a web service is SOAP (Simple Object Access Protocol).



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Parsing a XML file using WebService
Previous : i need to create a web service
Return to Discussion Forum
Post New Message
Category: Webservices

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use