1 Reply Latest reply on May 18, 2009 8:55 AM by meet_ravip

    JAXWS WSConsume Custom Defined Package Code Generation Issue

      Hi,
      We are doing the webservice development using topdown approach(wsdl to java) with jboss jax-ws tools(wsconsume).This particular wsdl files splitted into interface file,service file,some common xsds and all.
      When we run the wsconsume tool with jax-ws binding file it generates the classes on the specified packages.But whichever the xsd or wsdl files imported from outside of the service wsdl file we couldn't specify to generate the custom package classes.
      Please let me know how to resolve this.