Environment NetBeans 6.9.1, GlassFish 3.1 + METRO 2.1
I want to make a JSF page that lists all available operations in a web service. I already have a File instance containing the WSDL file. Given these, how should I go on with listing only the available operations. What would be the best way?
Thanks in advance!