I am deploying the webservice given at this URL
http://e-docs.bea.com/wls/docs61/webServices/develop.html#1032626 Everything works fine but when I try to build .ear file via
ant which uses wsgen task in my build.xml as mentioned in the steps for the above URL......
then I get the following error.
wsgen:
[wsgen] Can't find 'webservices/KickEJB/Kick.class'
Build Successful
Just to let you know that my Kick.class file is residing in the webservices/KickEJB/Kick.class
in the jar file which ant uses to build the .ear
and also kick.class is in the package webservices.KickEJB.
For full details please see the URL above.
Please help as I am stuck because of this problem from the last 2 months