Hi,
I'm using XFire 1.2.4 with Spring & JSR181. We have a set of services that are "public" and others that are "private." When we go to http:// ourdomain.com/services all the services that are defined in our application context are listed. What we want to do is list our public services under http://ourdomain.com/services and our private services under, say, http://ourdomain.com/private.

How can this be achieved?

We've been trying to create more than one org.codehaus.xfire.spring.XFireSpringServlet but we can't seem to find a way to instruct XFire to list group "A", our public services, under context "public, and visa-versa for group "B" which are our private services.

Thanks!
AT

Reply via email to