2 Replies Latest reply on Mar 12, 2007 8:29 AM by fbenvegna

    ACL on client address

    fbenvegna

      I need to filter client address on access to web-services:
      ex. n.2 web-services: ws1 and ws2
      192.168.1.x is authorized on ws1 but not on ws2
      192.168.3.x is authorized on ws2 but not on ws1
      192.168.2.x is not authorized on ws1 and ws2

      I don't know about ACL implementaion on JBossWS.
      Is there any way through API or AOP ???
      Thank you.