Hi I am trying to use the AntCodegenTask namespaceToPackages option. It
is not doing what I want. Can some one explain or refer me to a useful
doc? I actually have 3 namespaces to map so any information about doing
multiple would be helpful too.
My ant task looks like this:
<axis-wsdl2java output="."
wsdlfilename="@{url}"
serverside="true"
testcase="true"
packagename="@{packagename}.server"
namespaceToPackages="http://table.common.api.company.com/xsd/=com.compan
y.api.common.table.gen" generateservicexml="true"/>
</axis-wsdl2java>
Where 'axis-wsdl2java is the AntCodegenTask.
Regards,
Jon Willard