Probably the wrong list but you're my buddies.

 

All the various WSDL to Java tools I've found generate Java code with
various dependencies, e.g. it generates Axis only or XMLBeans only code.  A
cursory glance at Java web service annotations leads me to believe that it
should be possible to have a generator that creates annotated Java code
without these dependencies and which would either be resolve the annotations
at build time or, holy grail, implement java/javax interfaces that would be
resolved at run time.  Is there such a beast?

 

Paul

Reply via email to