I need a plugin to provide the SOAP service for adminitration needs like as User Service plugin
I’ve used the following guide:
http://cxf.apache.org/docs/writing-a-service-with-spring.html
The problem is the service URL opened in a browser shows me a openfire page with the “No service was found.” message.
==> warn.log <==
2009.08.18 15:16:49 Can’t find the request for http://192.168.0.15:9090/plugins/myopenfireplugin/service’s Observer
Is there a thing related to openfire architecture?
P.S. I can call openfire methods from a servlet without any problem.