cdhit
cdhit

Reputation: 1454

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

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

Upvotes: 11

Views: 8277

Answers (1)

Tanvi B
Tanvi B

Reputation: 1567

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.

Upvotes: 16

Related Questions