Hello,
I’m new to web services so this question might be out of scope. Basically, I have a problem creating enumerated types when trying to create a wsdl from a java class. I have the appropriate java constructs:
1. Class with same name as enumerations
2. Enumerated values as members of the enumerated type
3. A getValue method
4. Two static methos for each label
This might be an xFire issue, and I think I might have to upgrade to 1.2 – how do I upgrade?
Thanks