Re: axis2, problem creating/testing a simple web service
"robertlazarski ." <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBVoepEKh7tVPdtFe6B++Ybgvfx9se0AV7FvzzaiNowZTQ@mail.gmail.com> |
On Tue, Jun 10, 2014 at 10:12 AM, Stcd Cerdec <[email protected]> wrote: <snip> > Caused by: java.lang.ClassNotFoundException: > com.javapapers.jee.AnimalTypeService > > > Any thoughts? I see the class not found but that's the class that I'm > compiling. Figuring it's some config issue. > > v/r, > > Frank What's in your services.xml and inside your AAR file? Does the ServiceClass defined in your services.xml exist in the AAR? - R