0 Replies Latest reply on May 12, 2009 1:45 AM by meet_ravip

    how to make webservice interface method to refer the fault c

      Hi,
      We are doing the parlay-x webservice development for its sendsms api 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 the generated webservice interface class referring the fault classes on the same package instead of referring our custom package.i can able to rename the fault classes using jax-ws binding file,but i couldn't stop it creating the fault classes and refer it to other package class.
      Is there any way to resolve this?.