...
When you have the WSDL document you can start generating the DTO classes. Many programming languages have it's own tools for class generation from WSDL.
One of the easiest ways to do this in JAVA is to use JAX-WS and Maven with plugin called jaxws-maven-plugin.