-
bind
JAXB Schema Validation Example
In this example, we shall learn how to validate XML against schema using JAXB. Here, we are talking about validating…
Read More » -
bind
JAXB: Generate Classes from XSD
In this tutorial, we shall learn generating classes from XML Schema Design (XSD) using JAXB. This can be achieved using…
Read More » -
bind
JAXB Binding Example
JAXB stands for Java Architecture for XML Binding. JAXB provides convenient way to bind XML schemas and Java representations, making…
Read More » -
jws
JAX-WS Web Service Example
In this example we shall learn implementing JAX-WS Web Service. JAX-WS are the API’s provided by Java for implementing Web…
Read More » -
jws
JAX-WS Client Example
Hosting a web service is of no use until it becomes usable by a client. In this example we shall…
Read More » -
jws
JAX-WS Security Example
In this example we shall learn, how to implement JAX-WS security to SOAP web services. Security is always critical to…
Read More » -
jws
JAX-WS Annotations Example
In this example we shall learn some important JAX-WS annotations provided by Java. To understand this tutorial, following is the…
Read More » -
jws
JAX-WS Endpoint Example
In this example we shall see how to use JAX-WS Endpoint. Literally talking about web service endpoint, it is a resource…
Read More »