Java out of memory errors on large WSDLs (play framework)
问题 We've got a problem when trying to generate and use a really large proxy file (For the record, it's from a MSCRM Dynamics WSDL). Before I get to the issue: we already have this working in a stand alone app using NetBeans. We generated all the proxy files using "WSDL2Java -uri etc etc". Poked at a few of the web methods and successfully got responses etc. Now, when we try to integrate it into the destination project in eclipse (launched through play framework) it throws out of memory errors.