I have a wsdl named as abc.wsdl
when I tried to generate the SEI Interface java files by this command
wsimport abc.wsdl
It generates .class files in package path a.b.c.d
but it has not generated any .java files .
Can you please tell me Why I was not able to generate the .java files ?
Actually I am new to .wsdl files.
Is it specified somewhere in .wsdl file to generate .class file and not .java file ?
AND
How I can generate .java file ?