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? > > >