Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between JAX-WS and JAXB: JAX-WS: Java API for XML Web Service JAXB: Java Architecture for XML Binding

Tags:

jaxb

jax-ws

Both of them can be used to implement a soap-client. What're the differences?

like image 815
cdhit Avatar asked Jun 06 '16 22:06

cdhit


1 Answers

JAXB is an API used by JAX-WS, but it is independent of web services - it can be used in other contexts just as well.

like image 131
Tanvi B Avatar answered Oct 21 '22 08:10

Tanvi B