0 Replies Latest reply on Apr 3, 2008 10:04 AM by bortx

    Get java names from WSDL

      Hello,

      I'm developing an application which automatically build ws client stubs from a wsdl and generates classes that, among other things, use those stubs.

      So I need a way of obtaining wsdl metainformation about its java operations and types.

      In older jbossws tools version I used WSDLModelInfo class to obtain this information, but now I use WSDLDefinitions instead, and I cannot access this information.

      Is there a way of obtaining this information?

      Thanks a lot