[EMAIL PROTECTED] wrote:
I am using Eclipse 3.0.0

And I want to convert wsdl file to java file which we can do easily using AXIS but the same thing fails in ANT

I want to make use of ANT task


Usually these are not enough information to help. We usually need
- the failing snippet of the buildfile
- the error message
- maybe -debug/-verbose output

But in this case I can give you some hints:
- Ant does not have any wsdl2java task.
- Axis comes with one
  http://ws.apache.org/axis/java/ant/ant.html
  http://ws.apache.org/axis/java/ant/axis-wsdl2java.html
- Maybe you doesnt have <typedef>ed them in your buildfile

Also, if there are problems with <wsdl2java>, take them up with the axis team, as they are the keepers of the code.

thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to