D
DaveJ
Hi,
I'm trynig to execute axis-wsdl2java as a target in my ant makefile.
The problem is the mapping file attribute doesn't seem to work. The
wsdl files are compiled to java files, but the default package name is
still being used, instead of the one specified in my mapping file.
If I execute WSDL2Java from the command line and supply the mapping
file the java files are compiled into the correct package.
My mapping file looks like this:
http://mobile.device.com/device=com.device.mobile.api
And the target looks like this:
<axis-wsdl2java output="${build}/wsdl" all="true"
namespacemappingfile="/tmp/mapping.file" url="third-party/wsdl/
Device.wsdl">
</axis-wsdl2java>
Any ideas?
I'm trynig to execute axis-wsdl2java as a target in my ant makefile.
The problem is the mapping file attribute doesn't seem to work. The
wsdl files are compiled to java files, but the default package name is
still being used, instead of the one specified in my mapping file.
If I execute WSDL2Java from the command line and supply the mapping
file the java files are compiled into the correct package.
My mapping file looks like this:
http://mobile.device.com/device=com.device.mobile.api
And the target looks like this:
<axis-wsdl2java output="${build}/wsdl" all="true"
namespacemappingfile="/tmp/mapping.file" url="third-party/wsdl/
Device.wsdl">
</axis-wsdl2java>
Any ideas?