Did you set the correct class file location on the first dialog screen? It needs to point to where you're compiling your project's bytecode.
Chris From: java-user-return-83036-meeusen.christopher=mayo....@axis.apache.org [mailto:[email protected]. org] On Behalf Of Frank Serkland Sent: Friday, June 04, 2010 3:54 PM To: [email protected] Subject: Re: Need Service Archiver help I have checked, and I do have the full and correct package name, and the Service Archiver still can't find it. Could it be that I need to run the Code Generator first? I can never remember which comes first. On Fri, Jun 4, 2010 at 12:43 PM, Meeusen, Christopher W. <[email protected]> wrote: That dialog is not very user friendly. The class name has to be exact and must include the full package name (package.subpackage.subpackage.classname), if you have one character off it won't work. Chris From: java-user-return-83034-meeusen.christopher=mayo....@axis.apache.org [mailto:[email protected]. org] On Behalf Of Frank Serkland Sent: Friday, June 04, 2010 2:40 PM To: [email protected] Subject: Need Service Archiver help Hello. I'm trying to create my first web service, and I'm having trouble with the Service Archiver plugin. When I get to the screen with the "Search declared methods only" check box, I'm getting a "Class not found" error, but I could swear I've specified the correct location of my class. Can anyone help me? Thanks in advance.
