Listing available METRO web services
开发者_StackOverflowENVIRONMENT NetBeans 6.9.1, GlassFish 3.1 + METRO 2.1
I am hosting METRO web services, and I want to make a main page for the project that lists all of the hosted web services dynamically. Is there a way to implement this? What is needed to do it the practical way (JSF, ?)? Any suggestions will be appreciated.
Thanks in advance, Daniel
Metro has excellent JMX support, if you enabling JMX monitoring as described in Chapter 19 of Metro Guide, then you can use the JMX to dynamically query the deployed Web Services as described here using the WSEndpoint MBean.
精彩评论