You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Armin Pfarr <Ar...@t-online.de> on 2002/03/16 08:53:57 UTC

Java2WSDL Command Line switch

Setting the -T option for Java2WSDL does not work for Beta 1. 
Line 319 and 322 should probably read

value.equals(...)

instead of

option.equals(...)

Armin