|
I have a WSDL file which generates the java classes. For using the service, I have a client class which uses those generated classes. Now, I don't know how to run that client class since the generated classes are not compiled. Do I need to compile them manually? What I should do? Help please. Thanks a lot in advance.
|