I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here.
F
I guess the best solution is to write a WSDL file which is you need. In my viewpoint creation of custom WSDL from XSD file with a request name and response name other than Spring Convention is unroutable. So it is better to create WSDL and import it to the project and then generate your class from it.