A WSDL with the fragment below creates a method call with a $ in its name:
<xs:complexType name="InfoGraphConfig$OUTPUT_TYPE">
<xs:complexContent>
<xs:extension base="xs:Enum">
<xs:sequence>
<xs:element minOccurs="0" name="HTML" nillable="true"
type="ns8:InfoGraphConfig$OUTPUT_TYPE"/>
<xs:element minOccurs="0" name="IMAGE" nillable="true"
type="ns8:InfoGraphConfig$OUTPUT_TYPE"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
It also doesn't know how to parse the Enum type. The $ is generated from
the use of inner classes in Java.
What is the expected output?
What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by jim.ad...@sas.com on 4 Nov 2009 at 2:46
Original issue reported on code.google.com by
jim.ad...@sas.com
on 4 Nov 2009 at 2:46