Advantages of using a Dynamic Client with JAX-WS
Posted
by jconlin
on Stack Overflow
See other posts from Stack Overflow
or by jconlin
Published on 2009-11-13T17:29:21Z
Indexed on
2010/05/13
15:34 UTC
Read the original article
Hit count: 249
What are the advantages of using a dynamic client with JAX-WS services as opposed to just using generated client classes? What are the disadvantages?
**For my particular case I am using Apache CXF, I'm not sure what other libraries allow "dynamic" clients.
-I thought I didn't need to add this, but... I'm looking for non-obvious(I know...subjective) advantages. I don't need someone else to tell me that an advantage of not using generated classes is that I don't need to generate classes.
© Stack Overflow or respective owner