Hi Folks,
I am designing an WebService project, where i am developing WSDL file from annotated
Java, so i am using WSGEN tool to generate the wsdl files but along with the wsdl file WSGEN also generating the JAXB classes and XSD file.
My Requirement is to generate only WSDL File not generate JAXB Files and XSD because i have a seperate JAXB file that i developed manually.
Below is the
ANT script file for WSGEN
Advice me how to achieve my requirement..