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?
Tor Iver Wilhelmsen - 22 May 2007 22:29 GMT
På Mon, 21 May 2007 15:57:42 +0200, skrev DaveJ <davej2000@gmail.com>:
> Any ideas?
Yes, drop Axis like a rotten piece of fruit and use XFire instead.