You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jim Hazen <ji...@yahoo.com> on 2002/05/04 02:40:21 UTC

.jws class genration problem

Axis Beta 2 seems to have a problem if a jws file is located in a
subdirectory off of the axis webapp dir.  So:

/webapps/axis/Tester/test.jws will generate a class in

/webapps/axis/WEB-INFjwsClasses/Tester/Tester/test.class

notice the duplicate Tester dir.  This causes a problem and breaks the
?WSDL mechanism.

-Jim