The following example generates client-side artifacts for AddNumbers.wsdl and stores .class files in the ${build.classes.home} directory using the custom.xml customization file.
<wsimport
destdir="${build.classes.home}"
wsdl="AddNumbers.wsdl"
binding="custom.xml">
</wsimport>