×
☰ See All Chapters

Web Service Examples

In this tutorial we provided examples for various common scenarios of real time applications. The very first example everyone should know is to deploy and publish the web service from HTTP server. As an example for this we have provided an example to deploy and publish the web service using Tomcat server. The next important aspect of web service that one should learn is example to pass the custom input to service and return the custom object from service. Also, sometimes we may need to make the input mandatory or optional; we will learn this example to make the input mandatory.

All these web service examples we provided are examples to create web service. How to consume these web services? Yes, we have provided a client example showing how to consume web service.

We have given list of links of web service examples. Click on the link to visit the respective example.

Deploy JAX-WS web services on Tomcat

How to return object from web service

Web Service input

XmlElement - make input mandatory in web service

SOAP service client


All Chapters
Author