3 Replies Latest reply on Oct 26, 2006 7:06 PM by jason.greene

    WSDL->Java: How do you generate code for *all* types - even

    javaslag

      I'm using wstools in AS4.0.4 to generate client-side java from a WSDL file. From the looks of it, only types referenced directly by the SOAP operations are generated - but other types (e.g. derived-types) are not.

      Axis wsdl2java provides a flag to aggressively search through a schema for all types (incl. imported schemas) and generate the code. Is this available in wstools?

      Regards

      J