I found the problem. My web.xml was not configured correctly. I started a new appfuse 2.0 project from scratch, and I compared the web.xml to my web.xml, and was able to find the missing xfire servlet and filter definitions. It works now.
Alejandro Castro wrote: > > Hey there, > > Base on the layout you provide, it seems you are using a basic prototype > instead of the modular one. > So what you need to do in order to use webservices is to follow the > tutorial > here http://appfuse.org/display/APF/Web+Services > which is basically create a manager, use the annotations and register it > in > your application context > After that you should be all set.. > Hope that helps.. > > Alejandro > > > On Nov 20, 2007 2:18 PM, sparqle <[EMAIL PROTECTED]> wrote: > >> >> I have been using the spring version (initially created with >> candy4appfuse >> - >> I don't know whether it is modular or basic). So to use the webservices, >> I >> tried to follow your instructions here to install "core". >> I am not sure how to do it, as there is no folder called "core" within my >> application. The only folders are: >> bin, src, and target. >> Should I be creating this folder within the base "myproject" folder? >> >> >> > > -- View this message in context: http://www.nabble.com/Web-services-in-Appfuse-2.0-tf4481079s2369.html#a13924855 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
