RE: Using axis ant task with typed enums

2005-03-01 Thread Ulrich Ackermann
/xs:simpleType Anne On Sun, 27 Feb 2005 23:20:30 +0100, Ulrich Ackermann [EMAIL PROTECTED] wrote: Hi, in the meantime I came to the conclusion, that my question has no solution that could satisfy me. I fear that there is no way to create a WSDL file containing a class

RE: Using axis ant task with typed enums

2005-03-01 Thread Ulrich Ackermann
: xs:simpleType name=MyEnum xs:restriction base=xs:string xs:enumeration value=value1/ xs:enumeration value=value2/ /xs:restriction /xs:simpleType Anne On Sun, 27 Feb 2005 23:20:30 +0100, Ulrich Ackermann [EMAIL PROTECTED] wrote: Hi, in the meantime I

Using axis ant task with typed enums

2005-02-26 Thread Ulrich Ackermann
Hi, I have a problem using something like typed enums in the signature of my webservice methods (don't know if 'typed enums' is the right term). E.g.: public class MyEnum { private String attribute = null; public static MyEnum VALUE_1 = new MyEnum(value1); // other static values go