Thanks...Daniel...It really helps me...:) With Thanks and Regards*,** *Nitesh Gami M.Tech.(IS) MNNIT, Allahabad* ** *
*Find me on * *Linked In <http://in.linkedin.com/pub/nitesh-gami/15/3a2/754> || Facebook <https://www.facebook.com/nitesh.gami008> * * * <http://in.linkedin.com/pub/nitesh-gami/15/3a2/754> <https://www.facebook.com/nitesh.gami008> * * On Fri, Apr 12, 2013 at 8:19 PM, Daniel Kulp [via CXF] < [email protected]> wrote: > > On Apr 12, 2013, at 7:35 AM, Nitesh <[hidden > email]<http://user/SendEmail.jtp?type=node&node=5726222&i=0>> > wrote: > > > 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? > > Not easily with 2.7.4 right now, no. :-( I just added a property to the > discovery service for 2.7.5 that will allow disabling the publishing of the > service so tonights snapshots should allow it, but I'm not really seeing > anything for 2.7.4 that would really work easily. The only suggestion > would be to remove the cxf-services-ws-discovery-service, create a subclass > of org.apache.cxf.ws.discovery.listeners.WSDiscoveryServerListener that > would filter on your requirements, and register that as an extension on the > bus. > > > > -- > Daniel Kulp > [hidden email] <http://user/SendEmail.jtp?type=node&node=5726222&i=1> - > http://dankulp.com/blog > > Talend Community Coder - http://coders.talend.com > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://cxf.547215.n5.nabble.com/Realted-to-WS-Discovery-using-CXF-tp5726204p5726222.html > To unsubscribe from Realted to WS-Discovery using CXF, click > here<http://cxf.547215.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5726204&code=bml0ZXNoLmdhbWkwMDhAZ21haWwuY29tfDU3MjYyMDR8LTE3Njc2Mjg5MA==> > . > NAML<http://cxf.547215.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://cxf.547215.n5.nabble.com/Realted-to-WS-Discovery-using-CXF-tp5726204p5726334.html Sent from the cxf-user mailing list archive at Nabble.com.
