Web service
** What is web service?
Web services describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDIopen 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.
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 can convert your application into a Web-application, which can publish its function or message to the rest of the world. The basic Web Services platform is XML + HTTP. What are Web Services?
What is SOAP?SOAP is an XML-based protocol to let applications exchange information over HTTP. Or more simple: SOAP is a protocol for accessing a Web Service.
What is WSDL?WSDL is an XML-based language for locating and describing Web services.
What is UDDI?UDDI is a directory service where companies can register and search for Web services.
everything about ws : |
0 Response to "Web service"
Post a Comment