web services - Creating a SOAP client in java given a WSDL file - Stack Overflow
There is a maven plugin, the cxf-codegen-plugin, that will auto generate java classes from a WSDL. It will also create a stub client for you if you want to see how to use the generated code. For this example I downloaded the wsdl located here and saved it...