The only file on my project containing such string is web.xml on this
servlet definition
xfire
org.codehaus.xfire.spring.XFireSpringServlet
Alejandro Castro wrote:
I'm using Appfuse 2.0
Did you look to see if you have a file someplace named
"applicationContext-webservice.xml"? If it's not named that, it's still
a file someplace where the beans are defined to set up the service(s).
grep through your codebase for a file containi
I'm using Appfuse 2.0
I think I am missing some configuration somewhere, but I haven't been able
to find where to put such configuration ...
have no clue of what am I missing :s
On 11/7/07, Dale Newfield <[EMAIL PROTECTED]> wrote:
>
> Alejandro Castro wrote:
> > [fanaticofut] INFO [main] Jsr181Han
Alejandro Castro wrote:
[fanaticofut] INFO [main] Jsr181HandlerMapping.customizeService(150) |
Exposing service {http://service.appfuse.org}UserService to
/services/UserService
but there's no similar message for the service I'm trying to export...
That's the most revealing clue. The answe
Hello,
I´m trying to export a manager as a webservice. I´ve been following the
whole appfuse guide to create my app.
I already have my webapp working, but I need some methods to be exposed as
web services.
If I run my app as it is, I can access
http://localhost:8080/services/UserService and
http: