use wsimport to auto generate the wsdl source code. and then compress the result in "generatedCode.jar" add it to your build path. finally in spring configuration use the auto generated interface.
I generated all necessary class with wsimport. But web service client returns always a not null object, but all property inside it are null or not initialized. Server response has a correct object.