Web service

Web service



Web service is mainly we can say a back end web application providing service to its clients. In situations like for two different platform technologies to communicate, like a java and a .net technology we use web service.

Here a service is provided using a web service application and the service is used by a web service client. We use wsdl (web service definition language) to define the service and the client uses the wsdl to talk to the web service. We will deal with java web service and web service client in our session.

We can use various java framework technologies to deal with web services. We have Apache axis, Apache cxf etc.