On Tue, Jul 21, 2009 at 1:32 PM, Matt Schmidt<[email protected]> wrote: > The problem with that is my service does not use the enums directly. It uses > objects that access the enums, and I do not have the ability to change the > interaction between the service objects and the enumerations. > Any other suggestions? >
Yes, use Jibx2Wsdl from jibx instead of java2wsdl. jibx seems to support enums: http://jibx.sourceforge.net/tutorial/binding-advanced.html A somewhat dated article here shows how to use Jibx2Wsdl - try googling for something with the latest release. http://www.infoq.com/articles/sosnoski-code-first - R
