<[EMAIL PROTECTED]> writes: > I use Java2WSDL to generate my WSDL. Is there any way I can generate > these enumerations from the Java code itself, instead of editing the > WSDL files after generating them?
It depends on how you have represented the enumeration in Java. If it is encapsulated in a separat class, you can put your wsdl-declarations in a separate file and include this during wsdl-generation with the -I flag. There are some issues with this concerning namespace-prefixes. Se my previous postings on serialization for details. Rolf Rander -- tlf: +47 92820227 (c) 2002 Rolf Rander N�ss http://www.pvv.org/~rolfn/ In a world without fences, there's no need for Gates.
