I'm using the sample app at http://groovy.codehaus.org/GroovyWS and just plugging in my WSDL / parameters. After catching the exception and printing it out I see that the root problem is: Two declarations cause a collision in the ObjectFactory class.
I've googled around a bit and I see some solutions for JAXB implementations (i.e. schemabindings, factoryMethod). Has anyone seen this before. Is there a clean way to resolve in GroovyWS?