You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by Shahzad Younas <sh...@bananacomputers.com> on 2005/03/17 20:19:53 UTC

One error on the site..

Thanks Ian for your help.
Just one error I noticed along the way,
 
on the tutorial, at this link:
 
http://incubator.apache.org/apollo/tutorial/wsdl2java.html
 
the line
<taskdef name="wsdl2Java" classname="org.apache.ws.resource.Wsdl2JavaTask"
...
is erroneous as it should read
 
<taskdef name="wsdl2Java"
classname="org.apache.ws.resource.tool.Wsdl2JavaTask"
 
that had me stuck for a couple of hours!!
Thanks!
Shahzad