To complete Andreas_D response, I have used wsdl2java to generate Java Web Service client from WSDL document.
Download page wsdl2java (binary distribution is ready to use)
You can simply generate code with command line :
wsdl2java -d output_directory/ document.wsdl
The code will be saved in output_directory folder.
Documentation for others arguments.