Re: axis2, problem creating/testing a simple web service
"robertlazarski ." <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBUnXbO=HZ0-HiZ5b0f9dkpZzHY=sJqdBNxURpB95afMeg@mail.gmail.com> |
On Tue, Jun 10, 2014 at 2:15 PM, Stcd Cerdec <[email protected]> wrote: > Oh ok I guess this version.aar? > > $ find . -print | grep aar > ./repository/services/version.aar Its unlikely you named your project 'version' and created a version.aar . Check the date on the file. My guess is your generated aar has a different file name. There is a version.aar that is part of the Axis2 distro ie not your generated file. This command should show a date that is before the timestamp of your generated aar. find . -name version.aar -exec ls -l {} \; Anyways, regardless of the aar file name ... it has to be in WEB-INF/services and contain the .class file of your service. - R