Hi Shreya, It's seems like your are deploying as a .WAR package , I cant see any major issue but I like to suggest following change .
> ---------->services folder > ----->webservice.aar Instead of having .aar file here , place only services.xml file as follows WEB-INF/services/webservice/META-INF/services.xml (because all of your classes already available on WEB-INF/classes directory ). Then make sure to have Rampart's mar files on WEB-INF/modules and required jar files on WEB-INF/lib directory. Thanks , On Fri, Mar 20, 2009 at 6:10 PM, shreya gupta <[email protected]> wrote: > Hey sorry to mail u on ur Personal Id. > The mails to apache are bouncing back. > > src folder > ----->client package > ----->service package > > resources folder > ------->policy.xml > ------->services.xml > ------->project.wsdl > > WEB-CONTENT folder > ------->modules folder > ---->rampart module > --------->conf folder > --------->A web.xml file specific to application with which we are embedding > axis2 with JBOSS > ---------->services folder > ----->webservice.aar > > hey this is the structure of the project. > > -- > Shreya > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://sagaras.awardspace.com/
