function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vishvish 

wsdl2java: too many fields

Hi all,
 
The wsdl that I have got from a client compiles and creates the java objects. But the build fails and the error I see is "too many parameters". I checked in the wsdl and the particular type has about 400 elements.
 
Is there a way to get around this.
 
Please help!
 
Thanks,
-vish
blntblnt
I got the same error in a constructor. I just commented it out. It is not used any other classes. The stubs compile fine.


Bao-Long