It's merged in from appfuse-common-web's WAR when you run "mvn package". If you run "mvn appfuse:full-source", there will be a src/main/webapp/WEB-INF/xfire-services.xml in your project. You shouldn't need to edit this file to add new web services, it's all annotation driven.
Matt On Tue, Mar 17, 2009 at 7:11 AM, Marian <[email protected]> wrote: > Hello, > > Xfire says something about a required file called "services.xml" - however I > am > not able to find it in my Appfuse project! (although the "UserService" seems > to > be declared in it, otherwise how would it function? Only by annotations?) > > Regards, > > Marian > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
