You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Paul Gillen <pa...@gmail.com> on 2010/04/10 01:35:25 UTC

WSDL To Java; without dependencies on environment

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