WSDL parse error

Avatar

Avatar

lrhazi

Avatar

lrhazi

lrhazi

07-05-2008

Flex builder 3 reports this error when trying to parse my
WSDL:



actionscript class name contains illegal characters



I suspect it is the dots in the "name" attributes that it
does not like:





-->

โˆ’

<definitions name="GlobalLB.Pool"
targetNamespace="urn:iControl">

<!-- types -->

โˆ’

<types>

โˆ’

<xsd:schema targetNamespace="urn:iControl">

โˆ’

<xsd:simpleType name="GlobalLB.MetricLimitType">



Can this be fixed or worked around somehow?

Thanks.