apache cxf
-
Web Services
Apache CXF Web Service Example
In this article, we will implement an Apache CXF Web service example. Webservices can be developed using SOAP and REST.…
Read More » -
jws
JAX-WS Hibernate Example
In this example, we feature a comprehensive article on JAX-WS Hibernate. We will demonstrate how to create a SOAP-based web service…
Read More » -
jws
JAX-WS Change Endpoint Example
In this example, we will demonstrate how to change the service endpoint in a Java web service client application. 1.…
Read More » -
jws
Jax-Ws AsyncHandler Example
In this example, we will show you how to implement an asynchronous SOAP web service and client using the AsyncHandler…
Read More » -
jws
Jax-Ws Attachment Example
In this example, we will show you how to exchange files with a SOAP web service using attachments. 1. Introduction…
Read More » -
jws
JAX-WS Client Basic Authentication Example
1. Introduction In this example, we will demonstrate how to add basic authentication to a JAX-WS web service and client.…
Read More » -
rest
Creating JAX-RS web service using Apache CXF Example
Ever since JAX-RS was introduced (JSR-311), it had a profound effect on the architecture and design of web services. It’s…
Read More »