-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
The wsdl for the marshall tests can not be generated because there is no ability to customize an xmlType.Some Java types can be mapped to multiple xmlTypes. For example byte[] can be mapped to:
xsd:base64Binary
or
xsd:hexBinary
or
<complexType name="byteArray"/>
<sequence>
<element name="byte" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
-Jason