Wednesday, 15 October 2014

Web services-Part 01

Web services is a technology, using which applications of two different technologies can communicate with each other.

the application which implements web services is called provider

and the application which uses these web services is callled consumer.

W3C organization has provided some set of guidelines to implement web services.

Initially W3C has released a document with set of guidelines that document is called BP 1.0 (Basic profile).

Java has provided JAVA-RPC specification to follow these guidelines and to implement web services

later W3C has provided a document another set of guidelines called BP1.1. java has provided JAVA-WS API to implement these guidelines

Once we implement web services using any of the above API, we need to provide their details using WSDL.

WSDL stands for web services description language, using which we can provide details about our services and methods and heir parameters

When a consumer wants to use these web services, they can refer this WSDL document.


once this WSDL is ready, and if you want to make your web services public, we can add this WSDL in UDDI

UDDI stands for universal desciption,directory integration.
we can add details about our web services in UDDI.

read our next article to understand more about web services


No comments:

Post a Comment

Search This Blog