Hi I have created three services from three different wsdls. e.g. a.wsdl ----> A service b.wsdl ----> B service c.wsdl ---> C service I used wsdl2java to create java classes from given wsdls. I published service using jax-ws endpoints and cxf attaches discovery module with each service. so any one from local intranet can access my service using ws-discovery. My requirement is that only A service should be discoverable on the local intranet and client can call other service from A service. In short, i want to make B and C service non discoverable using ws-discovery only A should remain discoverable but i want to publish all three service. is it possible?
-- View this message in context: http://cxf.547215.n5.nabble.com/Realted-to-WS-Discovery-using-CXF-tp5726204.html Sent from the cxf-user mailing list archive at Nabble.com.
