Hello, suppose you use a wsdl to generate the required classes to build your application. Assume you only know the java interface generated, its type.
For instance, for the meteo webservice http://www.webservicex.net/globalweather.asmx?WSDL, this interface is: net.webservicex.GlobalWeatherSoap Given that: how do you discover which class is capable of instantiating objects of that type? By 'discover' I mean automatically, by some introspection on the java class, by looking in the classpath..where can I find hints on the java signature of such factory class, without re-reading the original wsdl + jaxb files eventually used? Thanks for suggestions valerio -- http://www.linkedin.com/in/vschiavoni http://jroller.com/vschiavoni
