#webservices

learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful WebService using CXF

This tutorial explains how to create a JAX-RS restful webservice using Spring and CXF.For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful Client using CXF

This tutorial explains how to create a JAX-RS restful client using Spring and CXF. In our JAX-RS webservice using CXF tutorial, we have created a restful webservice that contains two methods. One method accepts text type input while the second one ac...


learninjava
Apr 26, 2015 - Webservices

JAX-WS SOAP WebService using CXF

This tutorial explains how to create a JAX-WS SOAP based webservice using Spring and CXF. For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....


learninjava
Aug 06, 2015 - Webservices

JAX-WS SOAP Client using CXF

This tutorial explains how to create a JAX-WS SOAP based client using Spring and CXF. There are number of ways you can test this SOAP webservice....


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful WebService using Jersey

This tutorial explains how to create a Restful webservice using Spring and Jersey. For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....