posted 18 years ago
Ok I think I figured it out. If I declare the enum as a simpleType without the element wrapper then I can reference it as a type in the response, so I was able to make two different values that reference the same enum. The only difference in my code is that now the enum looks like ValidationLevel.FULL instead of ValidationLevelType.FULL which should be fine I think.