What are the best tools to use for generating WSDL files from Java class files?
Running into some issues using Java2WSDL and wondering what are my other options. Latest issue is that it is not encoding String[] as an array/sequence. Comes through in the WSDL as type xsd:string
By best I'm thinking - nice clean WSDL and consumed by .NET and other Java clients very easily.