Web Services tutorial is designed for beginners and professionals providing basic and advanced concepts of web services such as protocols, SOAP, RESTful, java web service implementation, JAX-WS and JAX-RS tutorials and examples.
Web service is a technology to communicate one programming language with another. For example, java programming language can interact with PHP and .Net by using web services. In other words, web service provides a way to achieve interoperability.
WebService can be understand by following points.
- WebService is a medium of communication that allows interoperability between different applications on different platforms.
- WebServices are browsers and operating system independent service.
- WebService is a collection of standards or protocols for exchanging information between two devices or application
For Example : Every E-commerce site have option of payment for any bank user. So this Payment Option is a webservice. Every E-commerce site use this webservice for getting payment from user. It doesn't matter, On which technology E-commerce site is developed and On which technology Payment Webservice is developed.
0 comments:
Post a Comment