On Fri, Nov 30, 2007 at 12:47:17PM -0500, Kevin wrote: > Has anyone been successful accessing web services (with the > WebService classes) that include an enumeration in them. I cannot > get it to work properly and no one seems to have an answer (even the > support people at the web service company...). Take a look at this > WSDL to see the structure of the webservice I am trying to access.
We use them. The enumeration is a restriction and Flex ignores it, so you'll see it/generate it as a normal string as if the restrictions were not there. Jeff

