FYI, there's still an issue with changing the case of method names in the WSDL2Java...The fixing of previous behavior ("foo_bar" -> "fooBar") is appreciated, but now it does "foo_bar" -> "foo_Bar". I'd think it'd be best to stick with not changing anything about names unless there is no way to map the name into something valid for Java without. (Whereas "foo_bar" is valid.)