I got a "code too large" compiler error when trying to compile the static
SDO generated from a decent size WSDL w/ inline types:
My.java:10270: code too large
protected void createXSDMetaData(ModelFactoryImpl theModelPackageImpl)
When I look at this line, #10270, there are about 15K lines of these:
addXSDMapping
(getProperty(shippingChargeType,
ShippingChargeImpl.INTERNAL_SHIPPING_TYPE),
new String[]
{
"kind", "element",
"name", "ShippingType",
"namespace", "##targetNamespace"
});
Any suggestions? Any options to tweak? ( I think I'm using the default
codegen options )
Thanks,
Scott